I have successfully created a horizontal dropdown menu in bootstrap that functions on hover rather than click, with the active menu item remaining highlighted.
Everything is working perfectly well except for one thing - when a user clicks anywhere outside of the menu, the dropdown menu disappears (which is the default behavior for bootstrap menus).
Is there a way to prevent the dropdown menu from disappearing?
You can test and view the menu here: Bootply