I want that menu css recognize when user has moused off the menu, and then disappear.
Return to Recent Questions
Q:
Your product is great. I do have one question for you however.
Right now the dropdown (subitem) menus appear based on the
smShowPause variable, and disappear based on the smHidePause
variable. It is sometimes awkward for users to mouse off the subitem
menu that has dropped down, only to have it still hanging there.
Reducing the smHidePause variable is not an option because then the
menu often disappears before a user has selected a menu option.
The ideal solution is the have the subitem menu recognize when the
user has moused off the menu, and then disappear. Is this possible?
if not, I definitely suggest incorporating it into your next build!
A:
Try to set these parameters:
var transition=0;
var transOptions="";
var transDuration=0;
var transDuration2=0;
var smShowPause=200;
var smHidePause=200;
Return to Recent Questions
|