开发者

How to push the footer to the bottom of the screen? [duplicate]

This question already has answers here: 开发者_开发百科 Closed 11 years ago.

Possible Duplicates:

How to align footer (div) to the bottom of the page?

http://www.google.com/#q=bottom+footer+site:stackoverflow.com

How to push the footer to the bottom of the page ?

I tried many ways but nothing works :)

My Html

<div id="header">
.
.
</div>

<div id="container">
.
.
</div>

<div id="footer">
    <div id="footerContent">
.
.
    </div>
</div>

http://www.doturbo.com/test/404.html

http://www.doturbo.com/test/contact.html


I found the method linked below to be the most effective for my personal needs:

http://ryanfait.com/resources/footer-stick-to-bottom-of-page/


position: absolute;
bottom: 0px;
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜