Hi,
I'm having a similar issue. Don't know if Joshua wants the same behaviour but maybe someone can help.
I have a site and I want to use the collapsible panel script for my navigation. I have the tabs stacked vertically and want the content to appear on mouseover and disappear on mouseout. The problem I'm having is that when I mouseout to click on a link in the content area, the tab is closing because I have already left the tab area.
Here is a link to the site:
http://kennethgordon.bc.ca/KGMS/.
I achieve the mouseover/mouseout behaviour by changing lines 208 and 209 in the js as per another forum post.
So to recap. I want the tab to expand on mouseover, stay expanded as I mouseover the content and close on mouseout of the content or tab area.
Thanks.