twitter-bootstrap – twitter bootstrap navbar固定顶部重叠网站

我在我的网站上使用bootstrap和导航栏固定顶部有问题。当我只是使用常规的导航栏,一切都很好。但是,当我尝试切换到navbar固定顶部,网站上的所有其他内容上移像navbar不存在,导航栏重叠。这里基本上是如何摆出来的:
.navbar.navbar-fixed-top
  .navbar-inner
    .container
.container
  .row
    //yield content

我试图复制bootstraps示例,但仍然有这个问题,只有当使用navbar固定顶部。我究竟做错了什么?

解决方法

你的答案是在 docs

Body padding required

The fixed navbar will overlay your other content,unless you add padding to the top of the <body>. Try out your own values or use our snippet below. Tip: By default,the navbar is 50px high.

06000

Make sure to include this after the core Bootstrap CSS.

相关文章

Bootstrip HTML 查询搜索常用格式模版 &lt;form class=&...
如何在按钮上加红色数字 您可以使用Bootstrap的badge组件来在...
要让两个按钮左右排列,你可以使用 Bootstrap 的网格系统将它...
是的,可以将status设置为布尔类型,这样可以在前端使用复选...
前端工程师一般用的是Bootstrap的框架而不是样式,样式一般自...
起步导入:<linkrel="stylesheet"href="b...