Main Contents

Working IE6 PNG fix

July 18, 2008

I didn’t thought it would really exist: A working png fix for the IE 6. But it does!

Check this out: http://www.twinhelix.com/css/iepngfix/

All you have to do is to add some strange CSS to your stylesheet:

#myIdSelector{
 behavior: url(path/to/this/iepngfix.htc);
 }

Perhaps you also have to add this to your htaccess:

AddType text/x-component .htc

More info available on the author’s site.

Filed under: Hacks & Voodoo, _dev | Comments (0)

Leave a comment