RE: [WSG] Floats Drifting

2007-07-23 Thread Kepler Gelotte
CK, I also see that you have fixed width header definitions within your percentage width floated divs. I think earlier versions of IE would widen the container to accommodate the inner widths, so your 40% width container would widen to 500px even if 500px was 90% of your browser screen.

Re: [WSG] Floats Drifting

2007-07-23 Thread CK
HI, All attempts at supporting IE 5 seem futile. Is the percentage of users of IE 5 that great, to require these efforts? CK On Jul 23, 2007, at 12:33 PM, Kepler Gelotte wrote: CK, I also see that you have fixed width header definitions within your percentage width floated divs. I

RE: [WSG] Floats Drifting

2007-07-22 Thread Kepler Gelotte
Would someone assist in containing the floats? Hi, Seems to be a number of issues with your layout. The 2 main ones would be the footer should use clear: both instead of absolute positioning: div#bd_footer { background-color:#FF; padding:10px; clear:both;