好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

css遮罩代码(已验证)

 #mask
{
    background-color: rgb(0, 0, 0);
    display:none;
    opacity: 0.0; /* Safari, Opera */
    -moz-opacity:0.0; /* FireFox */
    filter: alpha(opacity=0); /* IE */
    z-index: 100;
    height: 100%;
    width: 100%;
    background-repeat:repeat;
    position:fixed;
    top: 0px;
    left: 0px;
}  

查看更多关于css遮罩代码(已验证)的详细内容...

  阅读:36次