Accordion closes when hovering over inner link??
I've finally got the accordion plugin functioning on my site (well
almost, can't get the easing plugin to work with the animated
option...throws a bunch of javascript errors...). Anyway, the
accordions are now sliding open and closed as expected. I used the
nested div setup i.e. a containing div with nested h3s and divs for
the titles and content blocks of the accordion items.
The problem is that I have a link at the bottom of each accordion
item, and when I hover over this link the accordion closes. This is
obviously not desirable...the accordion should remain open as the link
is contained within the currently active accordion item. Any idea
what's going on here? I assume we should be able to have links within
the accordion??