读书人

png图片在ie6中灰色背景最终解决方案

发布时间: 2012-10-16 09:57:37 作者: rapoo

png图片在ie6中灰色背景终极解决方案

?

.reset_pass_con_icon{         width:55px; height:60px;         background-image:url(../images/icon/reset_pass.png)!important;/* FF IE7 */          background-repeat: no-repeat;         _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/icon/reset_pass.png'); /* IE6 */         _ background-image: none; /* IE6 */ }

?注意:1.!important要加载background-image后面保证火狐浏览器显示
????????? 2._filter中的路径用相对路径

读书人网 >Web前端

热点推荐