Matt Dawson wrote:
> Probably a problem with the italics. Anyway. Try
>>   #content {overflow-x:hidden}
>> and apply this hack via a Conditional Comment.
>>
>> Ingo
>>
>> -- 
>> http://www.satzansatz.de/css.html
> 
> 
> 
> Excellent! That worked! Thanks, Ingo.
> 
> Now: why did it work?
> 
> 1) I've never heard of a bug that causes italics to influence the width of
> an element. How does that work?

I didn't download your page, reassemble it and erase all the italics to 
test my guess, because I wouldn't have the time to test other guesses.

Other bugs that cause float drops are more consistent. Read about this 
italics bug [1] and lots more at PIE.

> 2) As I understood it, overflow-x is a CSS3 property that isn't 
> supported by
> IE6. So why does feeding that declaration solve the situation?

overflow-x is a CSS3 property; MS has invented it and it is implemented 
in IE-Win 5.0 and up (I hope others will correct me). I think it solves 
the situation because it just cuts the exceeded width.

Ingo

[1] http://positioniseverything.net/explorer/italicbug-ie.html
-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to