修复了ipad中的标题问题

时间:2014-07-10 14:21:53

标签: html css ipad twitter-bootstrap

我在bootstrap中创建了响应式网站。因为我在顶部和页脚底部固定了标题。 所以我的问题是,当用户在ipad中从底部向顶部拖动页面时,页脚也会在顶部位置移动相同的拖动从上到下移动。

我的标题代码

header.header {
    background-color: #FFF;
    height: 84px;
    z-index: 12;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}

这里是我的jsfiddle link

1 个答案:

答案 0 :(得分:0)

您可以在页眉和页脚周围添加div。对于标题<div class="navbar-static-top">

和页脚相同但<div class="navbar-static-bottom">

这些应该是bootstrap中的默认值