IE8 滤镜效果filter:alpha(opacity=20);IE下失效出现黑色
IE8 滤镜效果filter:alpha(opacity=20);IE下失效出现黑色
发布时间:2017-01-07 来源:查字典编辑
摘要:坐一个滤镜效果,CSS样式如下:.mask{width:100%;height:100%;background-color:#000;pos...

坐一个滤镜效果,CSS样式如下:

.mask {

width:100%;

height:100%;

background-color:#000 ;

position:fixed;

top:0px;

left:0px;

opacity:0.2;

/* IE 8 */

filter:alpha(opacity=20);

/* Firefox,Safari(WebKit),Opera */

-ms-filter:alpha(opacity=20);

/* IE 4-7 */

zoom:1;

/* set "zoom","width" or "height" to trigger "hasLayout" in IE 7 and lower */

display:none;

z-index:1;

-moz-opacity:0.2;

}

这个效果在Chrome,FF等下都是ok的,唯独在IE下出现下面的黑色的。

1

实际上应该是这样的:

2

解决方式是把background-color修改成background-image: url(../img/picshow_bg.png) ; 久可以了。

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新 Div+Css教程学习
热门 Div+Css教程学习
网页设计子分类