Yamona
Yamona

Reputation: 1130

Bootstrap all submenu open at the same time

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.


All sub-menu are open

Upvotes: 0

Views: 1221

Answers (2)

ebriggs
ebriggs

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

Kayce Basques
Kayce Basques

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

Related Questions