导航栏下方的旋转木马挡住了我徽标的一部分
careousel below the navbar is blocking part of my logo
我在导航栏中使用了一张图片作为徽标。导航栏下方的旋转木马像这样挡住了部分徽标。如何将图像调到前台?
这是导航栏代码的简短版本:
<!--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-->
您的导航栏中有错字 class。 'navbard-static-top' 应该是 'navbar-static-top'。那就是问题所在。 :)
我在搜索固定导航栏时发现了 this answer,所以只是修改它以匹配此答案。更正拼写错误,您将看到结果。
http://www.bootply.com/BFQxiF039t
我在导航栏中使用了一张图片作为徽标。导航栏下方的旋转木马像这样挡住了部分徽标。如何将图像调到前台?
这是导航栏代码的简短版本:
<!--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-->
您的导航栏中有错字 class。 'navbard-static-top' 应该是 'navbar-static-top'。那就是问题所在。 :)
我在搜索固定导航栏时发现了 this answer,所以只是修改它以匹配此答案。更正拼写错误,您将看到结果。 http://www.bootply.com/BFQxiF039t