Forum Moderators: open

Message Too Old, No Replies

Pop up menu

         

tagpixel

12:00 pm on Jul 27, 2005 (gmt 0)



I created a pp up menu in dreamweaver. but next to my menu is flash movie document. Then everytime i rollover to the menu, the submenus (from opo up menu) are hidden under the flash movie. I tried to use add layer and put the flash document in the layer and set to 'send to back', but still doesn't work. The menu still under the flash movie. How can i solve the problem? thank you.

dcrombie

2:05 pm on Jul 27, 2005 (gmt 0)



This won't work in all browsers, but it's the best option available as far as I can tell.
Add the following to the Flash object:

<param name="wmode" value="opaque">

;)