模态窗口在ie下兼容

模态窗口兼容ie8.gray{ width: 100%; height: 100%; background-color: rgba(0,0,0,.4);position: fixed;z-index: 99; display: none;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);top:0;left: 0; }

背景颜色不透明度兼容ie8:
filter:alpha(opacity=30)
posted @ 2015-12-29 09:33  mtuitui  阅读(342)  评论(0)    收藏  举报