【问题标题】:dropdown of top navbar hides behind second navbar顶部导航栏的下拉菜单隐藏在第二个导航栏后面
【发布时间】:2015-03-11 07:35:47
【问题描述】:

我的网站上有 2 个导航栏。最近我不得不将顶部导航栏更改为static insted of fixed,因为fixed 搞砸了我手机上的网站。

然而,这带来了另一个问题,现在我从第一个导航栏的下拉菜单隐藏在第二个导航栏后面。我怎样才能解决这个问题?我真的很想在我的网站上有这个下拉菜单。

我的代码(有点,不得不删除 som asp-tags):http://www.bootply.com/MqSaaOTeZr

【问题讨论】:

    标签: jquery html css asp.net twitter-bootstrap


    【解决方案1】:

    在 bootstrap.min.css 中注释 z-index

    .navbar-static-top {
        /* z-index: 1000; */
        border-width: 0 0 1px;
    }
    

    【讨论】:

      猜你喜欢
      • 2018-04-16
      • 2014-11-08
      • 1970-01-01
      • 2017-09-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-06-17
      相关资源
      最近更新 更多