|
Posted by Els on 03/08/07 14:48
Jonathan N. Little wrote:
> Els wrote:
>> Jonathan N. Little wrote:
>
>>> 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.
>
> Thanks Els, I could not get the guy to send me screen shot. I bet he has
> IE7 not IE6 as he says! I have not access to 7.
>
> If I add horizontal padding to the EM element fix this,
No, padding on the <em> doesn't help anything, nor does padding on
#innerWrapper or #outerWrapper.
One thing that did help I noticed just now, is position:relative on
the #outerWrapper. Haven not tested the effect of that on IE6 or
anything though.
> or do I have to
> make EM display as BOLD non-ITALIC?
That certainly does help, as it takes away the Italic bug all together
:)
> I just love IE!
Don't we all! :-)
--
Els http://locusmeus.com/
accessible web design: http://locusoptimus.com/
Navigation:
[Reply to this message]
|