CSS PNG背景透明度IE
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS PNG背景透明度IE相关的知识,希望对你有一定的参考价值。
/* For IE. Mozilla ignores. */
.element{
//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/image.png');
}
/* For others. IE ignores styles with [attributes]. */
.element[class]{
background: url('images/image.png') no-repeat center center;
}
以上是关于CSS PNG背景透明度IE的主要内容,如果未能解决你的问题,请参考以下文章
IE6 css 设置PNG背景图片透明问题。
css里写的png怎么在ie6里透明
IE6下png背景不透明——张鑫旭博客读书笔记
css在灰色透明的背景下,如何才能使上面的字的颜色为白色?
css中关于字体颜色的设置
PNG背景透明度IE