Re: FN-FORUM: CSS Madness
date posted 20th February 2008 09:41
On 20 Feb 2008, at 10:49, dean wrote:
>
> Hi all,
>
> It's that time again - I'm struggling with one thing in CSS and in
> only one
> browser, namely IE 6. I've rebuilt the page from scratch, thinking
> I'd get a
> better handle on how it all lays out, which mostly worked and has
> produced
> better results in every browser but IE 6.
>
> If you've got a copy of IE 6, can you have a look at this link,
> please:
>
> http://www.fancyapint.com/pubs/pub2679.test.html
>
> And if anyone knows what I'm doing to push the skyscraper at the
> right hand
> side down the page, I would be much obliged if you could enlighten
> me -
> before I go postal!
You've floated it, and defined a width - that will trigger all sorts
of IE float bugs.
without looking, try adding display:inline to div#skyScraper and see
if that fixes it.
(I suspect the 3px or doubled margin bugs will be causing float drop)
hth
;o)