Tee G. Peng wrote:
> but if I insert into a page that is full with floated divs, the first
> set of difination list drops to the bottom. I know it's to do with
> float, but can't figure out why.
> http://project.lotusseedsdesign.com/follows-sidebar.html
Isolate #right_column so its content stops interacting with the rest of
the page. That's done by introducing a new 'Block formatting
contexts'[1] and the IE semi-equivalent 'hasLayout'[2].
Add...
#right_column {overflow: hidden; zoom: 1;}
...which will make the standard-compliant browsers handle it just fine.
IE-win will get pretty close on not too narrow windows.
regards
Georg
[1]http://www.w3.org/TR/CSS21/visuren.html#q15
[2]http://www.satzansatz.de/cssd/onhavinglayout.html
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/