I need a site-wide footer that will completely fill the space from the 
end of actual content to the bottom of the browser window.

Sorta like

<page>

    <div id="content">
      Everything on the page here (mostly dynamic)
    </div>

    <div id="filltoBOTTOM">
       Nothing here, just a background image
       Must extend to browser window bottom
    </div>

</page>

#filltoBOTTOM {height: 100%;} doesn't do it.

Since my content is dynamic, there's no way to know exactly what height 
is needed to stretch all the way to the bottom.

Ideas?
______________________________________________________________________
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