兼容ie8的透明背景图片和透明。ie8图片轮播

来源:互联网 发布:大闹天空广翼进阶数据 编辑:程序博客网 时间:2024/05/17 07:28

--ie8轮播图片出现黑色条--

--主流浏览器

background:url(/resource/image/index/jblb1.png); width:777px;height:228px;background-repeat:no-repeat;

filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src="/resource/image/index/jblb1.png", enabled=true, sizingMethod=scale); 

--ie浏览器

background:none; width:777px;height:228px;background-repeat:no-repeat;

filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src="/resource/image/index/jblb1.png", enabled=true, sizingMethod=scale); 

---div

background:rgba(255,255,250,0.3);filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4Cffffff,endcolorstr=#4Cffffff);

{ background:rgba(255,255,250,0.8);filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#C8ffffff,endcolorstr=#C8ffffff);


.jblb1{
background:url(/resource/image/index/jblb1.png); background-repeat: no-repeat;margin-left: 70px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src="/resource/image/index/jblb1.png", enabled=true, sizingMethod=scale); }


.ielb1{
background:none; 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src="/resource/image/index/jblb1.png", enabled=true, sizingMethod=scale); }

原创粉丝点击