页面中的浮动图片被swf文件遮挡的问题
页面里有一个浮动效果,同时还引入一个flash动画,当我把浏览器调小时,flash会在浮动效果之前,我想让浮动效果一直在最前面,请问这个如何调?
代码:
<div align="center" style="width:auto; height:492px; background-image:url(images/hitsujinew_05.jpg);" >
<div>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab #version=9,0,28,0" width="969" height="492">
<param name="movie" value="head-cs4.swf" />
<param name="quality" value="high" />
<embed src="head-cs4.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="969" height="492"></embed>
</object>
</div>
</div>
<!-- 浮动的图片 -->
<style>
.mod-sidepoper {
display: none;
position: fixed;
right: 0;
top: 342px;
}
.mod-sidepoper a.siderpoper-old {
background: url("images/logo.gif") no-repeat scroll 0 0 transparent;
display: block;
height: 102px;
text-align: center;
width: 160px;
z-index:999;
}
</style>
<div style="display: block; right: 10px; top: 250px;" class="mod-sidepoper">
<a class="siderpoper-old" target="_blank" href="http://s.mogupai.com/snsgame"></a>
</div>
效果图:
正常:
不正常:(此时浏览器没有全屏)
fatsnk
12 years, 9 months ago