注意:Donot將其標記爲重複的,因爲我只想要不使用額外JS和/或css的解決方案!懸停的Bootstrap子菜單
我使用引導3,我從here知道.dropdown-submenu
已經在引導3 RC
被刪除我檢查this太...我要像this但沒有任何額外的JS類似的菜單!有沒有想在我的菜單中獲得:hover
的效果,而不需要添加任何像上面的JS鏈接?我只想使用純Bootstrap 3類。
我試過了,但它沒有像預期的那樣工作!
<ul id="menu" class="nav navbar-nav navbar-right margin-bottom-half-em">
<li class="aboutus dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true">About Us <span class="caret"></span></a>
<ul class="dropdown-menu bg-dark-gray">
<li><a href="#" class="overview">Overview</a></li>
<li><a href="#" class="ourTeam">Our Team</a></li>
<li><a href="#" class="ourMission">Our Missions</a></li>
</ul>
</li>....
你可能想看看過渡http://www.w3schools.com/css/css3_transitions.asp – Daniel