透明度 background:rgba() 兼容IE8 ;边框只针对IE8 出现
Posted 和路雪
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了透明度 background:rgba() 兼容IE8 ;边框只针对IE8 出现相关的知识,希望对你有一定的参考价值。
.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 出现的主要内容,如果未能解决你的问题,请参考以下文章