Page 1 of 1

pagewrapper: how to make the site 100% high?

Posted: Sat May 13, 2006 2:58 pm
by otto
Hello,

how can I make the minimum height of my site to fill the whole height of the browser window? In other words, I do not want people to see the background below the footer.

div#pagewrapper {
...
height: 100%;
...
}

does not work :(

Re: pagewrapper: how to make the site 100% high?

Posted: Sat May 13, 2006 3:16 pm
by tsw
css doesnt have too great options for vertical heights

take a look at

http://phrogz.net/CSS/valign_in_body/block.html

and

www.alistapart.com/articles/fauxcolumns/