如何让页脚始终位于页面底部?
我的页面不包含很多信息,因此页脚显示在页面中间的某个位置。我怎样才能让它永远在底部?
My page doesn't contain a lot of information, so footer is displayed somewhere in the middle of the page. How can I have that always at the bottom?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
jquery 移动方法 -
jquery mobile approach -
<div data-role="footer" data-position="fixed">
这不是固定位置页脚。如果页面内容高于屏幕,页脚将超出屏幕。我认为这样看起来更好。
body 和 .ui-page min-height 和 height 是必要的,以防止页脚在转换过程中上下跳跃。
适用于目前最新的 JQM 版本 1.4.0
This isn't a fixed position footer. The footer will be offscreen if the page content is taller than the screen. I think it looks better this way.
The body and .ui-page min-height and height are necessary to prevent the footer from jumping up and down during transitions.
Works with the latest JQM version as of now, 1.4.0