【发布时间】: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