Search code examples
javascriptcsstwitter-bootstrapnavbarsubmenu

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


Solution

  • 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'