Hi,

I have designed a pop up menu in Dreamweaver using "Show pop up menu" in behaviours option. I need to show a flash file right under the menu options. I place the menu link and also the flash file in two separate files.

The problem is that when I move mouse pointer over a menu main option then it's sub menu hide behind the Flash file. I need that menues should not hide whether I place any image or flash file there.

Thanks in advance.
Hope to get help soon.
Kind Regards,

Recommended Answers

All 2 Replies

Just add this below line in your html page where flash file inserted.

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

Just add this below line in your html page where flash file inserted.

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

Thanks for your time and posting here the solution. The problem is resolved.

Kind Regards,

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.