fischadler
Programmer
I've created some drop down menues using Fireworks which worked fine until I put a flash animation beneath them. The problem is that the animation is always on top of them. Is there a way to change the ZOrder?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
add this parameter to ur flash file:
<param name=WMode value=Opaque>
<div id="Layer1" style="position:absolute; width:200px; height:115px; [red]z-index:1;[/red] left: 201px; top: 74px;"></div>
} else {
content += ''+
'<div id="menuLayer'+ countMenus +'" style="position:absolute;z-index:1;left:10px;top:'+ (i * 100) +'px;visibility:hidden;color:' + menu.menuBorderBgColor + ';">\n'+