Possible Duplicate:
How do you get the footer to stay at the bottom of a Web page?
I have a webpage that has a footer, but it doesnt stick to the bottom, even when my content is full. I'm using
footer {
position:absolute;
bottom:0px;
}
The footer stays at the bottom of the SCREEN but not the bottom of the PAGE. You can see an example at http://thomaswd.com/2013prototype/index.html. Resize your browser window so that the content's scrollable. The CSS is at http://thomaswd.com/2013prototype/style.css. You can also find another example at http://thomaswd.com/2013prototype/pricing.html. The CSS is at http://thomaswd.com/2013prototype/style2.css. I am using this for the second example: http://ryanfait.com/resources/footer-stick-to-bottom-of-page/
Thanks in advance. :-)