Lyn Williams wrote:
> I'm having problem with a some floats on IE6. Could someone checkout
>  the following page and let me know exactly what is wrong.
> 
> http://www.ragonline.co.uk/main/

Some content, or residue from IE's white-space bug, is pushing
mainrightcol from the inside, and IE6 by default doesn't respect
declared dimensions - making mainrightcol too wide.

You can add...

#mainrightcol {overflow-x: hidden;}

...to eliminate IE6' "auto-expansion" bug and thereby prevent the float
drop.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to