Forum Moderators: open
I tried the transparent wmode without success.
Layering the dropdown menu above the swf using the css z-index is one thing. But the dropdown interferes with the animation.
I tried a couple of javascript dropdowns but they didn't stop the clash between menu and swf.
On the first occasion I redesigned the site so that there was a space for the dropdown...as a compromise it looked fine.
I'm working on something right now where it was decided that the dropdown menu background needs to be half transparent so that the slideshow behind was still visible. The best results were achieved by building the menu and slideshow together in flash.
I'm sorry this is not a solution. hopefully someones got an answer.
In the javascript used to insert the swfObject, add:
so.addParam("wmode", "transparent");
just before the so.write();
Also, set this CSS for the DIV that is to contain your flash file (e.g. swfDiv)
#swfDiv { position: absolute; z-index: 0; }
This is assuming your CSS drop-down menu has a z-index higher than 0.
This has been tested in IE5.5,IE6,IE7 and Firefox 2.0. Not tested on any other browsers, sorry.
-Scrambles-
[edited by: encyclo at 1:53 am (utc) on Mar. 13, 2007]
[edit reason] thread splice [/edit]