I'm using the linkselect plugin to replace select objects in forms with a custom look... The issue I'm having is that when these occur in navigation menus/panels that appear on hover, hovering down onto the replaced select object listing causes the actual navigation menu to disappear, as if the hover behavior that turns it on stops registering as still being hovered.
I've posted a test page here: http://www.cement-site.com/selecttest/test.html (mouse over the "news & events" item to display the menu, then click on the "Area Name 1" and mouse down over the list that displays..). There's one linkselect object in the menu, and another, just for comparison, in the content area of the page. What causes the menu hover to deactivate? Is there any way to tweak this so that the menu will persist when the replaced select object is open? (I should add that even with just a regular <select> in that menu [without linkselect], the same problem occurs -- once the selects options are moused onto, the enclosing nav menu goes away). Thanks in advance for any help/advice.