|
I want that popup menu in javascript recognize when user has moused off the popup menu in javascript, and then disappear.
Return to Recent Questions
Q:
Your product is really great. But I do have one question for you however.
Right now the dropdown (subitem) popup menu in javascript appear based on the
smShowPause variable, and disappear based on the smHidePause
variable which is not very good.
The ideal solution is the have the subitem popup menu in javascript recognize when the
user has moused off the popup menu in javascript, and then disappear. Is this possible?
If not, I suggest you to incorporate it into your next build!
A:
You can try to set the following parameters:
var transition=0;
var transOptions="";
var transDuration=0;
var transDuration2=0;
var smShowPause=200;
var smHidePause=200;
Return to Recent Questions
Related:
|