Forum Moderators: not2easy

Message Too Old, No Replies

3 fluid columns - wierd in IE6 sp2 win

         

mark l sanders

11:54 am on Nov 18, 2004 (gmt 0)

10+ Year Member



Strange behavior in IE6 for Win XP (SP2 applied) using a banner + 3 floated (all fluid) columns using float and a percentage width a la Glish's site: [glish.com...]

When the window is resized, the tiniest nudge (increasing OR decreasing window size) can force the right columns to the left (under left column); the tiniest change (again, bigger or smaller) can make it revert to its proper position...

I've got a feeling there's something small I'm missing...!

jetboy_70

12:04 pm on Nov 18, 2004 (gmt 0)

10+ Year Member



It's a number rounding issue with IE, one of its many bugs. The percentage widths of all three columns add up to exactly 100%. Sometimes when you resize, IE will decide that it's in fact just over 100%, and will reformat the layout accordingly.

It's a very fragile kind of layout, but if you experiment with making the column widths add up to a little less that 100% (i.e. 33%, 33.9%, 33%) it can make it more stable in IE.

mark l sanders

12:19 pm on Nov 18, 2004 (gmt 0)

10+ Year Member



fantastice. thanks. that's fixed it

moltar

12:40 pm on Nov 18, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Wow! Never heard about that one. Thanks jetboy_70!