Reputation: 1130
I have a navbar which containing sub-menu. Once i hover over any top level menu item all sub-menu under this item open at the same time.
Upvotes: 0
Views: 1221
Reputation: 1216
I'm going to take a guess and say you might have a 'li:hover ul' style when it should probably be 'li:hover > ul'
Upvotes: 2
Reputation: 25937
Submenus have been officially removed from Bootstrap 3. See the similar question below for more help on implementing this functionality yourself.
Bootstrap 3 dropdown sub menu missing
Upvotes: 1