Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to keep submenu navigation open after you click off? Reply To: How to keep submenu navigation open after you click off?

#239758
bearhead
Participant

Right now the menu is being run entirely by css with the hover state. Therefore, if the user isn’t hovering a list item, the menu will collapse. You’ll need to use javascript to get the menu to work on clicks (and stay open even if the user clicks outside the menu).