Re: [css-d] sidebar box does not line up correctly in ie7

2009-04-05 Thread Scott Brasted
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

Re: [css-d] sidebar box does not line up correctly in ie7

2009-04-05 Thread Gunlaug Sørtun
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:

[css-d] sidebar box does not line up correctly in ie7

2009-04-05 Thread Scott Brasted
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