Gunlaug Sørtun wrote:
> 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
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:
Greetings,
This is the first time I have run into a situation where ie so blatantly
ignores css. I read about it all the time, but I guess I do not ask too
much of my css.
Anyway, I have two left float sidebars, one with a menu and one with a
small text blurb. The text blurb does not line up o