我在导航栏中使用了一个图像作为徽标。导航栏下方的护理板阻挡了这样的部分徽标。如何将图像置于前台?
这是导航条代码的简短版本:
<!--Navigation Bar
================================================== -->
<div class = "navbar navbar-inverse navbard-static-top">
<div class = "container">
<!--Logo-->
<div class = "navbar-brand" style="color:#00E6E6" pull-left><strong>
<img src="resources/logo-navbar.png" class="logo-navbar"/>
<strong>
</div>
</div><!--End Navigation Bar Container-->
</div><!--End Navigation Bar-->
答案 0 :(得分:1)
导航栏类中有拼写错误。 'navbard-static-top'应为'navbar-static-top'。那就是问题所在。 :)
我在搜索固定的导航栏时找到this answer,所以只需修改它以匹配此答案。纠正错字,你会看到结果。 http://www.bootply.com/BFQxiF039t