|
I want that net popup menu recognize when user has moused off the net popup menu, 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) net popup menu 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 net popup menu recognize when the
user has moused off the net popup menu, 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:
|