【问题标题】:careousel below the navbar is blocking part of my logo [closed]导航栏下方的旋转木马挡住了我的部分徽标 [关闭]
【发布时间】:2015-02-16 14:19:45
【问题描述】:

我在导航栏中使用了一张图片作为徽标。导航栏下方的旋转木马像这样挡住了部分标志。如何将图像置于前台?

这里是导航栏代码的简短版本:

<!--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-->

【问题讨论】:

    标签: twitter-bootstrap-3


    【解决方案1】:

    您的导航栏类中有错字。 “navbard-static-top”应该是“navbar-static-top”。那就是问题所在。 :)

    我在搜索固定导航栏时找到了this answer,因此只需对其进行修改以匹配此答案。纠正错字,你会看到结果。 http://www.bootply.com/BFQxiF039t

    【讨论】:

    • OMG 非常感谢你,这太搞笑了!
    猜你喜欢
    • 2018-08-29
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-01-12
    • 2018-07-27
    • 1970-01-01
    相关资源
    最近更新 更多