treehouse : what would you like to learn today?
Web Design Web Development iOS Development

jQuery not showing over flash banner

  • Trying to show a simple jquery drop-down menu over a flash banner. When you hover over the link with a drop-down, the drop-down shows the links below, then they disappear until you hover over them. Ideas?

  • Make sure that your flash object has a <param> element with a name of wmode and a value of transparent.

    <param name="wmode" value="transparent" />