masterfred
03-01-2007, 08:59 PM
I'm using the Chromemenu script :
http://www.autourdenous.org/test/main.php
and the menu in firefox goes behind my flash animation, I've tried to add :
<param name="wmode" value="transparent" /> and wmode="transparent" in the embed, but not working, so I tried putting the flash animation in a div :
.flashDiv {
z-index: 3;
}
and the css style of my menu with z-index:1;
still not working
any idea ?
http://www.autourdenous.org/test/main.php
and the menu in firefox goes behind my flash animation, I've tried to add :
<param name="wmode" value="transparent" /> and wmode="transparent" in the embed, but not working, so I tried putting the flash animation in a div :
.flashDiv {
z-index: 3;
}
and the css style of my menu with z-index:1;
still not working
any idea ?