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