Friday, December 17, 2010

Prob in IE and chrome of div is displaying behind flash image on mouse hover

In some case if you mouse over in menu and it will display or show sub menu some time that sub menu will display behind flash image so add below code(<param name="wmode" value="transparent">) in side object tag


<object style="vertical-align: bottom;z-index:-999;" width="689" height="324" data="">getSkinUrl('');?>images/homePage/banner2.swf" type="application/x-shockwave-flash">

<param name="wmode" value="transparent"><embed src=""></embed>getSkinUrl('');?>images/homePage/banner2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="689" height="324" wmode="transparent">

</object>