1. 程式人生 > >透明度 background:rgba() 兼容IE8 ;邊框只針對IE8 出現

透明度 background:rgba() 兼容IE8 ;邊框只針對IE8 出現

mas center absolut position 基礎 borde filter table sta

.z_mask{
font-size: 13px;
width: 100%;
height: 100%;
background: rgba(0,0,0,.5);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000)";
color: #fff;
position: absolute;
top: 0;
text-align: center;
display: table;
display: none;
}


陰影不兼容IE8,所以一般情況下我們會這對IE8 在box-shadow的基礎上再加一個:
border:1px solid #ccc\9; //只兼容IE8

透明度 background:rgba() 兼容IE8 ;邊框只針對IE8 出現