修复跨移动平台的页脚 div - Jquery?
有人有一个简单有效的解决方案来将页脚菜单固定到视口窗口的底部吗?绝对定位似乎适用于除 iPhone 之外的所有设备。
我认为他们应该是一个简单的 jquery 或 jquery touch 脚本来做到这一点,但我还没有找到一个!
任何建议都非常收到!
干杯 保罗
Does anybody have a simple effective solution to fix a footer menu to the bottom of a viewport window? Absolute positioning appears to work in all but Iphone.
I thought that their should be a simple jquery or jquery touch script out there to do this, but I'm yet to find one!
Any advice greatfully received!
Cheers
Paul
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Paul,您可以通过添加固定位置的页脚来实现此目的,请参阅
http://jquerymobile.com/demos/1.0a4.1/#docs/toolbars/bars-fixed.html
只需在菜单的页脚中创建一个导航栏,请参阅
http://jquerymobile.com/demos/1.0a4.1/#docs/toolbars /docs-navbar.html
或
http ://jquerymobile.com/demos/1.0a4.1/#docs/toolbars/docs-footers.html
Paul, you can achieve this by adding a footer with fixed-positioning, see
http://jquerymobile.com/demos/1.0a4.1/#docs/toolbars/bars-fixed.html
Just create a navbar within the footer for a menu, see
http://jquerymobile.com/demos/1.0a4.1/#docs/toolbars/docs-navbar.html
or alternatively
http://jquerymobile.com/demos/1.0a4.1/#docs/toolbars/docs-footers.html
这行得通吗。它移植到win/safari...
http://jsfiddle.net/biznuge/stsfX/3/< /a>
祝你好运!
Does this work. it grafts in win/safari...
http://jsfiddle.net/biznuge/stsfX/3/
good luck!