jquery 粘性页脚问题
我对粘性页脚有疑问,我的意思正是此代码。
我的示例: 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为应该是:
http://jsfiddle.net/ecyZw/1/
你不需要使用窗口滚动或调整大小事件来更新页脚,这只是为了:
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: