css實現遮罩層(解決透明背景上的文字不透明)

.PopUp_layer{
   position:fixed;
   top: 0;
   left: 0;
   right:0;
   bottom:0;
   width:100%;
   height:100%;
   background:rgba(0,0,0,0.6);
   background:#000\9;/*CSS Hack,只能對ie9如下瀏覽器ie6,ie7,ie8有效,否側ie10,FF,Cherome會失去透明效果*/
   filter:Alpha(opacity=60);/*只對ie7,ie8有效*/
   z-index:9999999;
}

瀏覽器

相關文章
相關標籤/搜索