I think that my Suckerfish drop-down navigation does not play well with flash. I've done everything I can think of, yet my drop-down navigation keeps displaying underneath my flash movie. If I replace the movie with an image, it displays just fine. Only when I use a flash movie does the navigation display underneath the flash movie. I have already added wmode
and it still does not work:
<param name="wmode" value="transparent" />
So I think my only solution left is to try and replace the navigation. So I am looking for a jQuery plugin that will replace my current navigation. My current navigation works like this:
- It's a horizontal drop-down menu
- When you hover over the menu, the first level drop-down menu appears
- When you click on a link in the first level drop-down menu, a second level is revealed below the link that was clicked (not the right like most nav menus). Sort of like a vertical accordion menu.
Is there anything like this currently available? I can't think of anything else to try to make the nav appear on top of the flash movie.