【问题标题】:The Progress displays behind the dropdown进度显示在下拉列表后面
【发布时间】:2011-09-24 05:55:18
【问题描述】:

在我的项目中,我使用的是更新进度条。单击按钮时,背景页面将被禁用。它在 IE7、Firefox 和 Chrome 中运行良好。但在 IE6 中,下拉菜单显示在进度条的后面。谁能帮我解决这个问题。代码如下:

**

函数显示进度() { document.getElementById('').style.display = "inline"; }

<asp:UpdatePanel id="UpdatePanel1" runat="server">
    <contenttemplate>

全部 好的 有缺陷的 好的 OOW 有缺陷 不 是的

                                        <asp:Button id="btnReport" runat="server" CssClass="css_button" __designer:wfdid="w132" Text="PRINT" OnClientClick="ShowProgress()"></asp:Button></TD><TD align=left><asp:Button id="btnExcel" runat="server" CssClass="css_button" __designer:wfdid="w133" Text="Excel"></asp:Button></TD></TR></TBODY></TABLE></asp:Panel> </TD><TD></TD></TR></TBODY></TABLE>


处理中…………



**

提前致谢

【问题讨论】:

  • 抱歉,有什么遗漏吗?我在您的代码中没有看到任何下拉菜单(即组合框)?
  • 不要发布重复的问题,如果需要更正,请编辑您之前提出的问题。

标签: asp.net


【解决方案1】:

我在您的代码中没有看到下拉菜单,但您可以尝试将 z-index 设置得更高,使其显示在其他元素之上。

style="z-index: 1000;"

【讨论】:

  • 行不通。 IE6 中的一个错误意味着下拉列表总是在顶部并忽略 z-index
猜你喜欢
  • 2011-08-27
  • 1970-01-01
  • 2012-10-28
  • 2014-06-05
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2015-08-04
  • 1970-01-01
相关资源
最近更新 更多