|
Posted by Bergamot on 03/08/07 23:22
Jonathan N. Little wrote:
>
> The guy is telling me that he *does* have IE6 and not 7, but that the
> content text is missing.
>
> I cannot get it to fail.
It's definitely peekaboo. I got the same result as the client after I
downloaded your test page to my local drive and commented out the <em>
style rule, letting it default to italics.
One thing I noticed is that you do not have a container around the 3
divs in the midsection. I discovered a long time ago that some browsers,
not just IE, can have quirky renderings if there isn't a separate
container surrounding just the "column" divs.
A common cure for IE float weirdness is to set position:relative on the
floated elements. It usually does no harm to other browsers, but do test
to make sure. Setting position:relative on the added midsection
container may cure the other parts.
zoom:1 is also known to do wonders.
HTH
--
Berg
Navigation:
[Reply to this message]
|