如何将我的 DIV 置于我无法控制的 iFrame 内的 flash 对象之上?

发布于 2024-09-03 19:14:25 字数 175 浏览 8 评论 0原文

基本上,我有一个 DIV,我将其设置为 z-index:100。我有一个 iframe,我将其设置为 z-index:0。我的 100 div 位于普通网页上的框架顶部,但我必须在框架中加载 Flash 页面。不幸的是,画面中的闪光灯显示超出了我的 100 DIV。我无法设置 Flash 对象的 z-index,因为我无法控制该网页!

Basically, I have a DIV, which I've set to z-index: 100. I have an iframe which I set to z-index: 0. My 100 div is ontop of the frame on a normal webpage, but I have to load a flash page in the frame. Unfortunately the flash in the frame shows overtop of my 100 DIV. I can't set the z-index of the flash object because I don't control that webpage!

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

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

发布评论

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

评论(1

久而酒知 2024-09-10 19:14:25

一般来说,你无法做到这一点。无论 z-index 如何,Flash 对象都倾向于跳到其他内容前面。

如果您想要做的只是隐藏 iram 的内容,更好的解决方案是使其可见:隐藏或显示:无或类似的东西。

希望有帮助。

In general, you won't be able to do this. Flash objects have a tendency to jump in front of other content, regardless of z-index.

If all you're trying to do is hide the content of the ifram, a better solution would be to make it visibility:hidden or display:none or something similar.

Hope that helps.

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