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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.