|
Posted by Els on 03/08/07 07:57
Jonathan N. Little wrote:
> I did up a page for a dog club's website and the "webmaster" says that
> the content text is not showing in IE6. Now it does have two floated
> elements and does produce a white artifact sometimes appear *behind* the
> content text which will disappear upon reload or resizing the window. A
> peekaboo like problem but I see all the text! I have tested in IEv4-6,
> v4 does break and IE5.01 doubles the top margin in the body text,
> phffff! So what--it's IE! ;-) But I cannot reproduce *his* problem and
> have checked it with 3 different computers.
>
> Here is a mockup of the page.
>
> http://www.littleworksstudio.com/temp/l2340/
> Yankee Pug Dog Club - 2007 Fund Raiser
>
> Anyone else with IE have trouble with the page in IE, or is the problem
> in this guy's browser...
No problems in my IE6 (standalone version), but serious probs in IE7:
http://locusmeus.com/temp/pugdog.jpg
From what I tested quickly, it's caused by the italic text in the <em>
elements (IE italic bug), but can be solved by making enough space for
it, or constraining elements by giving them zoom:1 (IE only code, will
cause validation error). Zoom:1 gives an element 'layout' in IE
(Google for 'hasLayout'), just like position:relative does in some
cases too.
--
Els http://locusmeus.com/
accessible web design: http://locusoptimus.com/
Navigation:
[Reply to this message]
|