DIV 覆盖 YouTube 嵌入代码
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需将参数 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