Posted by Andrey Tarasevich on 04/25/07 22:44
Jonathan N. Little wrote:
>>> ...
>>> I wonder why it only happens in combination with
>>> 'position: relative'. But of course bugs don't have to follow any logic...
>>> ...
>>
>> I just noticed that when I use a 'div' as a wrapper instead of a 'table' , the
>> bug occurs regardless of the 'position' property. Indeed, this problem is caused
>> by italics only.
>>
> Yep. That is what I discovered, I don't have IE7, running W2K so my
> solution was to style EM as bold instead of italic. Not what I preferred
> but I needed to get the job done!
> ...
Turns out there's a workaround. One of the parent enclosing elements needs to
have its 'overflow' style set to something other than the default 'visible'. In
my case 'overflow: hidden' makes most sense and it fixes the problem.
--
Best regards,
Andrey Tarasevich
[Back to original message]
|