PNG transperency problems in IE 6 or lower

Hello guys,

Can u suggest me a really working solution to fix png transparency in IE6.

Thanks in advance.

#493954

Download the zip from my attachement and extract pngfix.htc....

Place this file in the same folder with the CSS stylesheet file that you will be using the site,

add following code in the first line of the CSS stylesheet file.

img {
behavior: url("pngfix.htc");
}

... and you should have no problems with PNG files in IE6 or lower.

NOTE : this fix does not work on png images applied in background (layer background, table or cell background or css background:url property)

pngfix.zip

Attachment: pngfix.zip

#493988

Cheerz mate! :)

#494017