pagewrapper: how to make the site 100% high?
Posted: Sat May 13, 2006 2:58 pm
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
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
