>> http://constructioncapitalsource.com/example.html

Forgot (it's really late at my end) :-)

You should also add...

#container{display: table; height: 100%;}

...to keep expansion working on that element. The good browsers use
'display: table' which means 'expand with content' in this context.
IE6 doesn't understand that, but will misinterpret and use 'height:
100%' - which in this case doesn't matter to the good browsers since
'height: 100%' means 'height: auto', and 'display: table' will in any
case cause 'height' to be redefined to mean 'min-height'.
All in all a nice little standard-solution... ;-)

        Georg
-- 
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