img 落后于具有 z-index 属性的对象(嵌入的 youtube vid)
我试图将 png 图像放置在包含 YouTube 视频的对象元素上
:
<object>
scripts...
</object>
<img src='src' style='position:absolute;top:-10px;z-index:99;'/>
位置属性未应用于对象,但一旦嵌入视频加载,它就会与 img 重叠。它不会将 img 向下推,只是将其重叠。
解决方案?
Im trying to place a png image over an object element containing a youtube video
here:
<object>
scripts...
</object>
<img src='src' style='position:absolute;top:-10px;z-index:99;'/>
the position property is not applied to the object and yet once the embedded video loads, it overlaps the img. It doesn't push the img down, it just overlaps it.
solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了解决方案:
I found the solution: