Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是网站:
http://ivideez.com/
如您所见,我的下拉菜单隐藏在视频后面;我如何才能在视频上下拉。
我要向 css 添加什么?我试过溢出,位置,z-index,我卡住了,有什么建议吗?我更喜欢跨浏览器的答案。
使用嵌入的 wmode 属性透明,如下所示:-
wmode=transparent
我希望它会有所帮助.. !!
附言
有关更多详细信息:-请参阅此处
我曾经遇到过同样的问题,我通过将 z-index 应用于主容器来解决它。尝试将 z-index 值提供给包含下拉菜单的父容器,而不是直接将其提供给 .. 还将 z-index 提供给值应该更小的 flash 视频..