如果在嵌入式视频上使用叠加功能不起作用[Firefox]

时间:2014-03-05 11:40:34

标签: css3 firefox html5-video

请查看以下代码,它在chrome中完美运行,但在mozilla firefox中没有。请帮我解决firefox的这个问题。

我希望marquee标记可以悬浮在视频上,与此类似。

我尝试过使用“相对”和“绝对”的位置,但是某种方式z-index对嵌入式视频的影响似乎不起作用。

Here is the code

1 个答案:

答案 0 :(得分:1)

我在嵌入“链接”的末尾添加了?wmode=opaque

检查jsFiddle

您的网址http://www.youtube.com/embed/WfDK-vfPwag?wmode=opaque

还可以使用 <iframe> 标记来解决此问题并支持所有Broswer。

您更新的代码

<iframe width="80%" height="100%" src="http://www.youtube.com/embed/WfDK-vfPwag?wmode=opaque" frameborder="0" allowfullscreen></iframe>