Forum Moderators: open
I've tried changing the Z index of the div layers they are in but it doesn't fix the problem. Is there a way for me to somehow delay the navigation loading until after the flash loads?
Here's an experiment for you to try that has helped others in similar situations. Try adding the following attribute to your to your embed tag:
<embed mode="transparent">
<PARAM NAME="wmode" VALUE="transparent">
I believe this method is generally a good solution but im not so certain that it will solve the problem. While I will be able to now see more of the links that were once hidden, will I also be able to select them as well?
If my understanding is correct, this will make the background of my flash document transparent, allowing me to see through to my drop down menu behind it.
I think i need to actually bring the navigation forward and somehow place it "on top" or on a higher layer than the animation.