开发者

how does this css footer stay at the bottom [duplicate]

开发者 https://www.devze.com 2023-02-13 14:07 出处:网络
This question already has answers here: 开发者_StackOverflow中文版 Closed 11 years ago. Possible Duplicate:
This question already has answers here: 开发者_StackOverflow中文版 Closed 11 years ago.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号