Things You Might Not Know About Bootstrap Menus
Designers. "I want that menu to drop down on hover; people shouldn't have to click it." Well, we can fix that, can't we. @media (min-width: 768px) { ul.nav li.dropdown:hover > ul.dropdown-menu { display: block; } Voila. Dropdown on hover. "And the top item should click through to one of the…