我在我的网站上使用bootstrap和导航栏固定顶部有问题。当我只是使用常规的导航栏,一切都很好。但是,当我尝试切换到navbar固定顶部,网站上的所有其他内容上移像navbar不存在,导航栏重叠。这里基本上是如何摆出来的:
@H_301_7@解决方法
.navbar.navbar-fixed-top .navbar-inner .container .container .row //yield content@H_404_4@我试图复制bootstraps示例,但仍然有这个问题,只有当使用navbar固定顶部。我究竟做错了什么?
你的答案是在
docs:
@H_301_7@Body padding required @H_404_4@The fixed navbar will overlay your other content,unless you addpadding
to the top of the<body>
. Try out your own values or use our snippet below. Tip: By default,the navbar is 50px high. @H_404_4@06000 @H_404_4@Make sure to include this after the core Bootstrap CSS.