【发布时间】:2011-04-07 11:20:05
【问题描述】:
AJAX Control ToolKit Modal Popup 的背景(百叶窗)在上下滚动几次后消失。我尝试使用以下 CSS 样式,但仍然没有成功。
.modalBackground
{
filter:alpha(opacity=70);
padding-left: 0px;
background-color:Gray;
color: #000000;
vertical-align: top;
padding-bottom: 0px;
padding-top: 0px;
}
.modalBackgroundV2
{
position: absolute;
z-index: 100;
top: 0px;
left: 0px;
background-color: #000;
filter: alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
【问题讨论】:
标签: asp.net css asp.net-ajax ajaxcontroltoolkit modalpopupextender