[accordion]Modifying trigger event for "selected" item
I have the accordion plugin implemented for the navigation structure
of a site I designed. I love the effect, but have a small problem
with the way it works. If you mouse-over a first-level navigation
item so that it expands to display the child-level items, moving your
mouse just off the parent and back on closes it again.
Is there a way to modify it so that once you have moused-over and
expanded a parent, there is no mouse-over trigger for that parent? I
only want that item to close down if the user mouses over another
parent-level nav item that expands its children.
You can see it in action here: http://tinyurl.com/6brsvn
Mouse over "Services" and it expands. Move your mouse away and then
back on and it collapses. I don't want it to do that.
Appreciate any input.