iframe 中的 Z 索引

发布于 2024-11-24 00:41:15 字数 198 浏览 0 评论 0 原文

我在 iframe 标记内有一个对象标记(flash),该标记位于页面 .Aspx 内。但在这个 .aspx 页面中,我有两个组合框,当展开组合框时,显示的选项位于 iframe 标记中的对象标记(flash)后面。

我尝试在 CSS 中临时放置一个 z-index,在组合框中设置高值,在 iframe 中设置低值,但没有成功。

有人可以帮助我吗?

I have a object tag (flash) within a iframe tag, which is within a page .Aspx. But in this .aspx page, I have two combobox, and when the combobox is expanded, the options that are displayed are behind the object tag (flash) which is in iframe tag.

I tried in the CSS put a z-index temporarily with a high value in combobox and a low value in iframe, but did not work.

Somebody can help me ?

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

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

发布评论

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

评论(4

温柔一刀 2024-12-01 00:41:15

将 flash 对象的 wmode 属性设置为不透明。

<param name="wmode" value="opaque" />

Set the wmode property of flash object to opaque.

<param name="wmode" value="opaque" />
苦妄 2024-12-01 00:41:15

还尝试使用 z 索引设置位置,例如绝对值等。

加上您使用

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

希望它有帮助。

also try to set positions as well with the z indexes, like absolute etc.

plus you use

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

hope it helps.

暮色兮凉城 2024-12-01 00:41:15

我可以在页面渲染(运行)时看到,所以我认为我无法设置它。

这是我的代码,其中

The <param> I can see just when the page is rendered (runnig), so I think I can't set this.

This is my code with the <iframe>

<div class="fundo-passagem" style="padding-top:27px;">
<iframe runat="server" id="ifConteudo" name="ifConteudo" frameborder="0" height="790px"
width="960px" class="iframeInstitucional" style="position:inherit;">
</iframe>
</div>

凌乱心跳 2024-12-01 00:41:15

z-index 对于

The z-index works fine against the <iframe> but against the <object> didn't work. The <object> are inside the <iframe> but just when the page are rendered.

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