Making collapsible menu items or open submenus on hover

I have a ton of items in my navigation so I need to make it so when someone clicks an item, a sub menu shows up. 

I tried to use "show submenu in popup", but when people click the navigation item, the submenu shows up briefly and then the page reloads to the current page. The "show submenu in popup" feature doesn't work in Decorous main nav side menu.

I think that collapsible menus or allowing the submenu to open on hover without clicking could be the answer. How do I do this?

  • 444
  • More
Replies (1)
    • I tried to use "show submenu in popup", but when people click the navigation item, the submenu shows up briefly and then the page reloads to the current page

      Try to insert the following for the link, for the item which has submenu, then it will not open any page on click, it will just show the popup with submenu:

      javascript: void();
      Login or Join to comment.