gpt4 book ai didi

YouTube wmode=opaque 在 IE9(或任何其他 IE)中不起作用

转载 作者:行者123 更新时间:2023-12-03 05:33:40 26 4
gpt4 key购买 nike

我需要使用 wmode=opaque 或类似的东西,因为我想在视频前面放置一个图像(占位符和箭头图像,因为视频将在幻灯片中显示)。

但是,我正在努力让它在任何版本的 IE(甚至 9!)中工作。

我也尝试过 wmode 的所有变体——不透明、透明、窗口和直接

这是代码的链接...

http://jsfiddle.net/KtbYR/30/

这是用于保存目的的实际代码...

/* HTML */
<div id="tabs2">
<div>
<img class='thumb' src='http://static.guim.co.uk/sys-images/Guardian/Arts_/Pictures/2003/12/04/explosions.jpg'>
<iframe id="frame1" width="640" height="390" frameborder="0" title="YouTube video player"type="text/html"src="http://www.youtube.com/embed/u1zgFlCw8Aw?e&wmode=opaque"></iframe>
</div>

<div>
<img class='thumb' src='http://static.guim.co.uk/sys-images/Guardian/Arts_/Pictures/2003/12/04/explosions.jpg'>
<iframe id="frame2" width="640" height="390" frameborder="0" title="YouTube video player"type="text/html"src="http://www.youtube.com/embed/u1zgFlCw8Aw?wmode=opaque"></iframe>
</div>
/* CSS */
#tabs2 div {
position: relative;
}

.thumb {
position: absolute;
}

最佳答案

您究竟如何测试这是否适用于 IE?我刚刚检查了视频顶部的图像层正确

  • IE9
  • IE8
  • IE7
  • IE6
  • 关于YouTube wmode=opaque 在 IE9(或任何其他 IE)中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9033080/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com