div标签 [英] div tag on top of flash

查看:154
本文介绍了div标签的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

http://www.starcraft-source.com/tv/#stream- 35

橙色框和导航显示在主网站上的闪光灯后面...如何解决此问题?

The orange box and navigation is showing up behind the flash on the main site... how can I fix this?

我在Google Chrome中遇到此问题

I experience the issue in Google chrome

- 我添加了该参数,似乎没有任何效果这一个: http://www.starcraft-source.com/tv/#stream- 27

-- I've added that parameter, it doesn't seem to have any effect on this one: http://www.starcraft-source.com/tv/#stream-27

推荐答案

您应该向 object (IE)和 embed (Firefox,Webkit等)标签:

You should add wmode to both object(IE) and embed(Firefox, Webkit, etc) tags:

<object width="..." height="..." ...>
   ...
   <param name="wmode" value="transparent">
   <embed width="..." height="..." wmode="transparent" ...></embed>
</object>

这篇关于div标签的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆