Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: Expand on hover when collapsed

Home Forums Older releases 0.9.x Expand on hover when collapsed Reply To: Expand on hover when collapsed

#2272
admin
Keymaster

Hi,

Please check the following topic – there is a short sample code that will allow you to achieve what you would like:

http://www.smartmenus.org/forums/topic/get-vertical-menu-to-work-like-mobile-but-on-hover/

In addition you may try setting the hideTimeout option to some big value to prevent reseting the sub menus on hover out – e.g.:

hideTimeout: 86400000 // one day

Let me know if you have any troubles.