Hi Carleigh,
The HoverIntent plugin by Brian Cherne does exactly what you want. I
had a go using it with Superfish when HoverIntent was still in beta
and had some success but there were some glitches I didn't get
around. Can't remember exactly what they were or which browsers they
occurred in but there was work done on HoverIntent after that which
may have addressed those issues anyway.
I recommend looking into replacing the mouseover parts of Superfish
with the HoverIntent's version. You may find you need to do something
like:
.hoverIntent(over,function() {}).hover(function() {}, out)
Good luck. I'll be very interested in how you go. Could you post your
results back here?
Joel Birch.
On 01/06/2007, at 8:25 AM, Carleigh Romeis wrote:
Hello!
I am working on creating a new navigation and I really like how
the Superfish dropdown works. However I would like to alter it a
bit by adding a delay before the drop down occurs. My goal is to
create a menu so that when you rollover it there is a slight pause
before the menu drops down, but if your mouse moves off of the nav
button before the delay is over, then the menu does not drop down
at all. So far I have been unable to get something to work and I
would appreciate any suggestions that you have to offer!
Thank you,
Carleigh R.