jQuery Mobile固定页脚

时间:2012-04-14 17:52:32

标签: jquery-mobile footer css-position

移动网站中的

是固定位置的页脚,

但是每当我在表格(输入字段)上点击Iphone 4时,我的Iphone键盘都会打开,而我的页脚在这段时间内没有修复。 当关闭键盘时它很好。

只有当我的键盘打开时,页脚才能与内容一起滚动, 我不知道为什么?

这是我的css代码

.bgfooter{
left: 0;
position: fixed!important;
right: 0;
top: 0!important;
width: 100%;
z-index: -1!important;
bottom: 0;

background:url('../images/background.png') no-repeat 0 0 !important;

}

我的HTML代码

...  
<div data-role="content">....</div>             
<div class="bgfooter" data-position="fixed"  data-role="footer" >.... </div>

1 个答案:

答案 0 :(得分:0)

有一个错误:

https://github.com/jquery/jquery-mobile/issues/3072

我已经重新编写了我的应用,以避免jQueryMobile中的固定页脚。 1.1决赛发布后,情况可能会发生变化。