【问题标题】:ACTK Modal Popup's background disappears after scrolling up and down several timeACTK Modal Popup 上下滚动几次后背景消失
【发布时间】: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


    【解决方案1】:

    我在使用以下 CSS 样式时没有遇到任何问题

    .modalBackground
    {
       background-color:Gray;
       filter:alpha(opacity=70);
       opacity:0.7;
    }  
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-03-29
      • 2016-01-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-04-22
      • 1970-01-01
      • 2017-02-28
      相关资源
      最近更新 更多