CSS IE6中的透明PNG

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS IE6中的透明PNG相关的知识,希望对你有一定的参考价值。

/**
Transparent PNG’s in IE6

An IE6 bug which causes a great deal of hassle is that it doesn’t support transparent PNG images.

You will need to use a filter which overrides the CSS.
*/
* html #image-style {
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="filename.png", sizingMethod="scale");
}

以上是关于CSS IE6中的透明PNG的主要内容,如果未能解决你的问题,请参考以下文章

CSS IE6的透明PNG CSS

css IE6的透明PNG修复

IE6 css 设置PNG背景图片透明问题。

IE6下png背景不透明——张鑫旭博客读书笔记

png-24在ie6中的几种透明方法

解决IE6不支持PNG-24透明的问题