调整浏览器大小时,Bootstrap导航栏菜单中的图标栏不显示:
http://jsbin.com/ixAqinA/1/
<section class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="/">
brand
</a>
</div>
</section>
你可以看到JSBin的例子:http://jsbin.com/ixAqinA/1/
3条答案
按热度按时间7xllpg7q1#
你得把它包在里面
ffdz8vbo2#
我也遇到过类似的问题,但由于Bootstrap的变化,这个解决方案对我不起作用。
对于Bootstrap 3.1.1,我需要以下样式来在固定在顶部的自定义彩色导航栏上显示图标栏(因此.navbar-default不起作用)
只需将#fff更改为您想要显示的颜色。
f3temu5u3#
Bootstrap 4不再使用
.icon-bar
。在那里,它必须这样做:有关详细信息,请查看here或documentation of Bootstrap 4