gpt4 book ai didi

asp.net - 想要在 ModalPopupExtender 之上显示更新进度控件

转载 作者:行者123 更新时间:2023-12-04 14:33:11 24 4
gpt4 key购买 nike

我有一个带有更新面板和更新进度控件的内容页面。当页面回发时,更新进度控件会正确显示。我现在已经在页面中添加了一个 Modal Popup Extender。当从 Modal Popup Extender 触发回发时,将显示 Update Progress 控件,但位于 Modal Popup Extender 下方。

如何强制更新进度控件出现在顶部?

最佳答案

增加z-indexUpdateProgress通过 CSS。

.progress
{
z-index: 100002 !important;
}

编辑:添加 !important规则,只是为了安全起见。

关于asp.net - 想要在 ModalPopupExtender 之上显示更新进度控件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8800586/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com