思路:
用二个div层,一个放flash,一个放一张透明的图片,放flash的层放在下面,放透明图片的层用绝对定位叠加在flash上方,点击flash时,实际上点击的是flash层上的透明图片层

<style type="text/css">
*{
padding:0;
margin:0
}
</style>
<div style="z-index:-1"><!--1.设置FLASH为底层-->
<object class /></object>
</div>
<div >
<img src="http://images.cntvs.com/public/images/spacer.gif" width="200" height="115" border="0" alt="跳转到菩提树下的杨过"></a></div>

相关文章:

  • 2022-03-08
  • 2022-01-24
猜你喜欢
  • 2021-07-11
  • 2022-02-26
  • 2022-12-23
  • 2021-12-21
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案