Fu Ni T'hat wrote:
> I thought my problem was solved. Then I found out the solution had a 
> side effect of it's own. I have experimented. I am no longer 
> enjoying.
> 
> Funny, that.

> http://www.minshew.com/misc/css/q2/content.html

Add...
#maincontainer {display: table;}
...and keep on enjoying :-)

Elements won't expand to contain floats by default.
IE/win has its 'Layout'[1] bug that saves it, while others need a more
standard-compliant approach. 'Display: table' does establish a 'Block
formatting contexts'[2] that'll make it expand as you want in all
browsers that understand CSS2/2.1.

regards
        Georg

[1]http://www.satzansatz.de/cssd/onhavinglayout.html
[2]http://www.w3.org/TR/CSS21/visuren.html#q15
-- 
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/

Reply via email to