An old question ... why the hell not a single div located above the flash object stays on top with a z-index. I found the answer in the past, but it has been so long, I can not understand. My flash movie is in the div, left left:
<div id="flash"> <object width="614" height="289"> <param name="movie" value="images/75.swf"> <param name="wmode" value="transparent"> <embed src="images/75.swf" width="614" height="289" wmode"transparent"> </embed> </object> </div>
My css for the div, which should be on top:
.menu ul li:hover ul li a:hover { background:#5a3f2d; color:#FFF; z-index: 9999;
I can not get it to show above the flash movie in ie6 or ie8. I know this is an old school, but I'm upset! Should my nav div have an absolute position? That is why it does not work?
An example is here. Hover over the first link on the right: "CUSTOMER SERVICE"
Thanks everyone :)
html flash z-index css-position
diventato
source share