[css-d] Footer that fills to botom of browser window

2006-11-15 Thread Les Mizzell
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

Re: [css-d] Footer that fills to botom of browser window

2006-11-15 Thread Chris Ovenden
Sounds like you need a background image on the body. Something like this: body { height:100%; url(yourpic.jpg) no-wrap bottom left #suitablecolour; } where #suitablecolour blends in to the background image, in case the gap is bigget then the height of your image. Then just let your content be

Re: [css-d] Footer that fills to botom of browser window

2006-11-15 Thread Les Mizzell
Chris Ovenden wrote: Sounds like you need a background image on the body. The problem I've got is that there's a header area with one background. Then the content-body area with a different background Then the fill-this-space footer which would be a third... I see a way I make fake it by

Re: [css-d] Footer that fills to botom of browser window

2006-11-15 Thread cj
have you looked at the wiki page yet? http://css-discuss.incutio.com/?page=FooterInfo the one i use most often is from the man in blue. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7