今天在做一个包含Flash播放器的页面弹出效果时发现Flash播放器总是跑到页面最上层,发现这个问题与Flash的”wmode”属性有关,至于该元素详细此处不做记录,解决办法如下:

IE:加入参数:<param name="wmode" value="transparent" />

Firfox:"<embed>"标签中加入wmode="transparent",如<embed wmode="transparent">

尊重原创,转载请保留:(flash播放器遮挡页面中元素问题解决)http://www.cnblogs.com/seafood/p/flash.html

相关文章:

  • 2022-12-23
  • 2021-09-06
  • 2021-07-26
  • 2021-11-13
  • 2021-07-08
  • 2022-12-23
  • 2021-08-09
  • 2021-12-19
猜你喜欢
  • 2022-12-23
  • 2021-12-07
  • 2021-08-05
  • 2022-12-23
  • 2021-11-24
  • 2022-01-24
  • 2021-10-12
相关资源
相似解决方案