This is due to the "enableshim" feature of the script being turned on inside the .js file:
Code:
enableshim: true, //enable IFRAME shim to prevent drop down menus from being hidden below SELECT or FLASH elements? (tip: disable if not in use, for efficiency)
Its purpose is to prevent the drop down menus from being obscured by the Flash object when the two comes in contact with one another; to do this the script temporarily hides the later onMouseover. If this behavior doesn't work for you, you can try disabling the enableshim option above and insert the below attribute inside your Flash object instead:
Code:
wmode="transparent"
See: described here
Bookmarks