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 use Java script to somehow delay the navigation loading until after the flash loads?
if you want the flash on top, add this to your movie
<param name="wmode" value="transparent" />
if you want the json top, add this to your movie
<param name="wmode" value="opaque" />
if you don't want any of the two to touch each other add a div with height = to drop-down height in between the two.