DIV 覆盖 YouTube 嵌入代码

发布于 2024-11-09 08:52:45 字数 230 浏览 2 评论 0原文

我在 DIV 中有一个 iframe,我想使用 jquery 使 div 可拖动。我发现如果我对 DIV 和 Iframe 进行绝对定位并将 DIV 的 Z 索引设置为高于 iframe(我知道下面的内容现在无法访问),我就可以实现此目的。

有没有办法通过 YouTube 嵌入代码实现相同的目的?发生的情况是,当播放器闪烁时,它会出现在 DIV 前面并忽略 z-index。

感谢所有帮助。

问候

I have an iframe inside a DIV and I would like to make the div draggable using jquery. I've found that I can accomplish this if I absolute position both the DIV and Iframe and set the Z-index of the DIV higher than the iframe (I understand the content underneath is now inaccessible).

Is there a way to achieve the same with the YouTube embed code? What's happening is that as the player is flash it's appearing infront of the DIV and ignoring the z-index.

All help appreciated.

Regards

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吾家有女初长成 2024-11-16 08:52:45

只需将参数 wmode=transparent 添加到嵌入代码中:

此处可能存在重复和解决方案 overlay opaque div通过 YouTube iframe

Just add the parameter wmode=transparent to the embed code:

Possible duplicate and solution here overlay opaque div over youtube iframe

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文