By default, you have to click the Bootstrap Navbar to get the menu to drop down. This is by design. But if you want the sub-menus to drop down when you hover over the top-level navbar, add this code to your CSS style sheet.
@media (min-width: 768px) {
.dropdown-menu li:hover .sub-menu {visibility: visible;}
.dropdown:hover .dropdown-menu {display: block;}
}
July 28, 2016 Create ColdFusion SEO Friendly URLS Using IIS URL Rewrite |
November 24, 2015 Bootstrap 3.x Navbar Drop Down on Hover |
September 13, 2015 5 Critical Elements that Search Engines Use to Rank Your Page |
March 28, 2015 How to Configure IMAP Email on your iPhone |
October 18, 2012 Who Uses ColdFusion? |
November 29, 2011 How to fix Drop Down Menus that fall behind New YouTube iFrame Videos |
July 5, 2008 Benefits of a ColdFusion Website |
July 1, 2008 The Power of Coldfusion for your Intranet |
June 30, 2008 Why use Coldfusion? |
June 28, 2008 Believe the Hype: Coldfusion 8 has Arrived |