Daniel Hammond wrote:

> Any ideas on making the container extend down to 100% of the vertical
>  space?

Try adding...

html, body {height: 100%;}
#container {min-height: 100%;}
* html #container {height: 100%;}

...and restyle the background to avoid visible overflow...

html, body {background: #fff url(../images/bg.jpg) center repeat-y; }


regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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