如何让这个div去嵌入视频 [英] How to make this div go over embedded video

查看:563
本文介绍了如何让这个div去嵌入视频的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在页面上有一个视频,我不能让播放列表控件出现在它上面。我已经将播放列表的z-index设置为99999,但视频仍然在其上面显示。



这是一个图像,显示问题和CSS。我已经尝试将视频的z-index设置为-1,1等。

解决方案

您可以试试这个:

add:

 < param NAME =wmodeVALUE =transparent> 

作为Flash影片的Object标记中的参数,DIV和其他图层将能够跳转它的顶部。

I have a video on a page and I cannot get the play list control to appear above it. I have set the z-index of the play list to 99999 but the video is still being rendered on top of it.

Here is an image that shows the problem and the CSS. I have tried setting the z-index of the video to -1, 1 etc.

So my question is, how do I force the flash video to appear below the play list?

解决方案

You can try this:

add:

<param NAME="wmode" VALUE="transparent">

as param in the the flash movie's Object tag, and DIVs and other layers will be able to jump on top of it.

这篇关于如何让这个div去嵌入视频的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆