Forum Moderators: not2easy

Message Too Old, No Replies

Naughty IE6 has issues with me

         

MsCrow

5:50 pm on Apr 9, 2008 (gmt 0)

10+ Year Member



Hello, can anyone advise on the following? I'm browsercamming this design and it's looking ok on everything except IE6 where the navigation and box underneath it are wandering down the page. It's even fine in IE5, grrr. I'm guessing either I'm missing something in the CSS or something. Thank you in advance. Ellie

[edited by: jatar_k at 11:39 pm (utc) on April 9, 2008]
[edit reason] no urls thanks [/edit]

swa66

6:00 pm on Apr 9, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



IE6 has a broken box model, where it puts the width not on the box but on the content (and the padding then makes the box too large to fit in it's parent which then grows counter to the standard pushing down the rest of the stuff next to it ...

Use conditional comments to provide CSS overrides or the different IE versions. A pain indeed, but until Microsft starts to fix their bugs little we can do about it.