Xtremer360 Posted August 26, 2008 Share Posted August 26, 2008 This is from a js submenus script and I'm wanting to know how to make it so that it won't disappear until you click another menu. //Set delay before submenu disappears after mouse moves out of it (in milliseconds) var delay_hide=500 Link to comment https://forums.phpfreaks.com/topic/121418-changing-var-delay-hide-amount/ Share on other sites More sharing options...
Psycho Posted August 26, 2008 Share Posted August 26, 2008 That is not enough to give you a solution. Somewhere in the script that value is used as a timer for hiding the submenu. you would need to modify the script to hide the sub-menu based upon the onclick trigger of another submenu. Link to comment https://forums.phpfreaks.com/topic/121418-changing-var-delay-hide-amount/#findComment-626167 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.