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 .htcMore info available on the author’s site.
Filed under: Hacks & Voodoo, _dev | Comments (0)