css让div在flash之上解决方法

作者:袖梨 2022-06-25

ie和ff下有所不同。ie下如果要成功挡住,必须为上层标签加背景,否则无效。ff加不加背景都行。
a.showdetaillnk{position:absolute;top:0;left:0;z-index:100;opacity:0;background:#ffffff;filter:alpha(opacity=0);}
.flash_container{position:relative;}


data="static/flash/chart/chart.swf" type="application/x-shockwave-flash" >



网页特效:void(0);" class="showdetaillnk">

相关文章

精彩推荐