Fancybox 未显示在 flowplayer IE 上的问题?
我遇到了一个非常奇怪的问题,我有一个 flowplayer 视频,旁边是一个图像,当单击时显示在 fancybox 中,在 webkit、mozilla 中它工作正常,但 IE 决定将视频放在幻灯片前面。
我认为这可能与 z-index 有关,但那里一切似乎都很好。 Fancybox 为加载图像提供了 1200 的 z 索引,这远远高于它需要的值。
这是页面的链接
I'm having a really strange issue, I have a flowplayer video, and next to that is an image that when clicked shows in a fancybox, in webkit, mozilla it works fine, but IE decides to put the video in front of the slide.
I thought this might be related to the z-index, but everything seems fine there. Fancybox gives the loading image a z-index of 1200 which is way above what it needs to be.
Here is a link to the page
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了同样的问题,如果我弄清楚了,我会让你知道
答案:将 wmode 更改为透明应该可以解决它。
flowplayer("myDiv", {src: '/flowplayer.swf', wmode: '透明'}, {
// 流播放器配置
});
i got the same problem, if i figure it out, i'll let u kno
answer: changing the wmode to transparent should fix it.
flowplayer("myDiv", {src: '/flowplayer.swf', wmode: 'transparent'}, {
// flowplayer config
});