Thread: IE6 > FireFox
View Single Post
commonbullet
Veteran Member
Join Date: Oct 2005
Old 09-26-2009 , 17:17   Re: IE6 > FireFox
Reply With Quote #13

That's actually an ie6 box model bug that makes it look correctly. All standard compliant browsers should display it messed up if window is not wide enough (including ie 8 ).

In the "breadcrumbs" class selector (.bcrumbs) you'll find this property:
Code:
height: 12px;
That means for standard compliant browsers that this box should be exactly 12px high; that's why text flows out of box bounds. In the ie6 weird box model, the height grows with the text.

So, blame the markup.

Last edited by commonbullet; 09-26-2009 at 17:21.
commonbullet is offline
Send a message via ICQ to commonbullet Send a message via MSN to commonbullet