如何使用 HTML5 和 CSS3 将 .ogg 视频放在 .png 图像后面?
我尝试的一切,包括 z-index (使用位置:绝对;也),都不起作用。我希望 .png 图像位于视频之上,并且后面的视频也可以通过 .png 文件的透明部分看到。
Everything I try, including z-index (using position:absolute; also), is not working. I want a .png image to go over top of a video, with the video behind also visible through transparent parts of .png file.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
就这样:http://jsfiddle.net/MZm4b/
There you go: http://jsfiddle.net/MZm4b/