Scott Brasted wrote:
> The text blurb does not line up o the left in ie7.

> http://www.adriennesgardenworks.com/test.php

Float gets hooked up on element above - the menu - in IE.

Add...

div.sb_left_box {clear: left;}

...to make it line up in IE7, and an additional...

div.sb_left_box {display: inline; position: relative;}

...to fix the 'margin-doubling on floats' bug and assure over the edge
visibility in IE6, if you want to cater for that version.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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