如何防止Bootstrap Navbar Toggle推送内容?

时间:2014-07-24 00:13:20

标签: jquery css twitter-bootstrap

我正在使用带有静态顶部导航栏的Bootstrap,如下所示:

<nav class="navbar navbar-default navbar-static-top" role="navigation">
  <div class="container">
   ...
  </div>
</nav>

在它的最新版本3.2.0中,当触发菜单时,Bootstrap导航栏切换不幸地在小屏幕上推送内容。

如何防止这种行为,即保持内容静态,让移动菜单覆盖以前版本中的内容?

2 个答案:

答案 0 :(得分:3)

不确定这是否是解决问题的最佳方法,但这是我为获得预期结果而做的(​​这与您提出的结果类似 - 停止导航栏扩展以推下其下方的div)

首先,找出您的菜单折叠到引导文件中的下拉菜单列表的宽度。

使用CSS,对于我的崩溃状态,我做了

#NavBar {
    position: absolute; -- this is what positioned my navbar at the top without pushing any content down (and also doesn't follow when you scroll down)
    width: 100%; -- you'll have to modify this to how big your width is
    z-index: 9999;
}

对于我的正常状态,我做了

@media (min-width: 992px) {
    #NavBar {
        position: relative; -- normal navbar usage
    }
}

希望这对你有用,就像它对我一样。

答案 1 :(得分:1)

我们可以将单个代码编写为:

,而不是为折叠状态和正常状态编写不同的代码
q)$[3i<`mm$.z.d;`true;`false]
`true