Hey everyone,
For some reason my CSS drop down menu is behind my flash animation. Does anyone know how I can change this?
I have a drop down menu for the top most links above the flash animation on the site. I want the drop down menus to be at the top most layer. Anyone have any idea what I can do to change this? See below:
http://www.designingdigitally.com/indexTest.php
i just spent days on the same thing....verious reasons, but the bottom line is you need to set wmode=transparent on your embed tag...or wmode=opaque depending on the order by which your swf is loading to your html
yes. 'flash' has a default z-index of 'infinity', unless you specify the wmode="" for it
How do I go about setting that? Is it in dreamweaver? Or in flash?
The wmode field in the HTML can have three values.
window (the default) places the flash in front of everything else transparent and opaque (the other two values) place it within the appropriate layer within the page.