jquery 粘性页脚问题

发布于 2024-12-19 19:41:13 字数 396 浏览 1 评论 0原文

我对粘性页脚有疑问,我的意思正是此代码

我的示例: http://jsfiddle.net/ecyZw/

问题是页脚不在屏幕底部 (http://i39.tinypic.com/akzeva.png),我的解决 - 1920x1080 像素,但是!当我删除顶栏和页眉时,页脚位于底部。

如何使页脚出现在屏幕底部?

I have a problem with sticky footer, I mean exactly this code.

My example: http://jsfiddle.net/ecyZw/

The problem is that the footer isn't on the bottom of the screen (http://i39.tinypic.com/akzeva.png), my resolution - 1920x1080 px, BUT! when I remove top bar and header, the footer is at the bottom.

How can I make my footer appear at the bottom of the screen?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

江湖彼岸 2024-12-26 19:41:13

我认为应该是:

http://jsfiddle.net/ecyZw/1/

你不需要使用窗口滚动或调整大小事件来更新页脚,这只是为了:

#footer{ background:#666; height: 146px; width: 100%; position: fixed; bottom: 0;}

I think it should be:

http://jsfiddle.net/ecyZw/1/

You don't need to use the window scroll or resize event to update the footer, that just to do with:

#footer{ background:#666; height: 146px; width: 100%; position: fixed; bottom: 0;}
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文