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.