Fancybox 未显示在 flowplayer IE 上的问题?

发布于 2024-09-04 22:13:53 字数 296 浏览 7 评论 0原文

我遇到了一个非常奇怪的问题,我有一个 flowplayer 视频,旁边是一个图像,当单击时显示在 fancybox 中,在 webkit、mozilla 中它工作正常,但 IE 决定将视频放在幻灯片前面。

我认为这可能与 z-index 有关,但那里一切似乎都很好。 Fancybox 为加载图像提供了 1200 的 z 索引,这远远高于它需要的值。

这是页面的链接

http://bit.ly/bEechI

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

http://bit.ly/bEechI

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一刻暧昧 2024-09-11 22:13:53

我遇到了同样的问题,如果我弄清楚了,我会让你知道

答案:将 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
});

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文