码迷,mamicode.com
首页 > 其他好文 > 详细

透明度 background:rgba() 兼容IE8 ;边框只针对IE8 出现

时间:2017-08-24 17:08:10      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:die   gid   gradient   image   rgba   transform   top   ros   sof   

.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 出现

标签:die   gid   gradient   image   rgba   transform   top   ros   sof   

原文地址:http://www.cnblogs.com/wolflower/p/7423931.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!