Still, if you ever end up with a page where there is a small amount of
content - especially on a big screen - that container will still stretch to
the bottom of the page, leaving a largely empty column.

...but I'm glad it's working!

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; }
>
>
______________________________________________________________________
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