Daily Archives: December 8, 2005

DHTML popup menu and Flash content Z-index issues

We had a problem with a DHTML popup menu being rendered behind any flash content.
Code that is needed:

<div id="swfContainer" style="z-index:0;">
<param name="wmode" value="transparent">
<embed src="main.swf" wmode="transparent"...