Wednesday, February 18th, 2009
When a Flash animation layers itself over the top of another web element like a menu, and you need it to appear beneath, use this:
<div STYLE="z-index: 0; position:relative"> FLASH HERE</div>
If this doesn’t work you may need to also provide a z-index for your other layers setting the z-index to a lower number than the Flash z-index, i.e. -1.
Filed under DHTML, Flash | No Comments »