how does this css footer stay at the bottom [duplicate]
Possible Duplicate:
How do you get the footer to stay at the bottom of a Web page?
how does this site keep the footer at the bottom when the content is short?
You can use a sticky footer solution like http://ryanfait.com/sticky-footer/ or http://www.cssstickyfooter.com/
#footer{
position:absolute;
bottom:0;
}
First of all, warn before putting a man's butt on the screen. Second, use firebug. Third, its called position: absolute.
精彩评论