pagewrapper: how to make the site 100% high?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
otto

pagewrapper: how to make the site 100% high?

Post 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 :(
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

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

Post 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/
Locked

Return to “Layout and Design (CSS & HTML)”