On IE for Windows, the javascript floating window disappear as I roll over them
Return to Recent Questions
Q:
Now on IE for Windows, the menus disappear as I roll over them, though not always. I'd say 90%
of the time they fade away as my cursor crosses them. 10% they stay
and I can get a good click.
On Safari, they work great.
A:
See menu parameters they contain:
var smShowPause=0;
var smHidePause=0;
You should set, for example:
var smShowPause=200;
var smHidePause=1000;
Try that.
Return to Recent Questions
|