“请稍候”掩码位于 webdialogwindow 弹出窗口后面
我们在页面上的 PostBack 上显示了一个 Javascript div,以在 asp.net 应用程序中显示“请稍候”指示符。几乎没有要求我们必须包含 Pop up 。此弹出窗口是 Infragistics Web 对话框窗口。当页面上有回发时,我得到“请等待”,但是当弹出窗口上有回发时 - “请稍候”div 始终位于弹出窗口后面,用户看不到。关于如何解决这个问题有什么想法吗?
We have a Javascript div shown on PostBack on page to show a "Please wait" indicator in the asp.net application. There were few requirements where we had to include a Pop up . This pop up is the Infragistics Web Dialog window. When there is a postback on page I get the "Pkease Wait" but when there is a postback on Pop up - The "please wait" div is always behind the pop up and User cannot see. Any ideas on how to solve this issue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以做的一件事是将其
z-index
更改为最大z-index
值以确保其位于顶部。One thing you could do is to change its
z-index
to the maximumz-index
value to ensure its on the top.