cssinternet-explorer-6behavioriepngfix

alpha opacity and behavior: url(iepngfix.htc); not working in IE6


.idioma_es #logosFooter, .idioma_es #logosFooter li a {
    background: url(../nImg/microsites/logos/logos_footer.png) no-repeat scroll left top transparent;
    behavior: url(../../nJs/iepngfix.htc);

}

Result in Firefox: result in firefox

Result in Internet Explorer 6 (Based on IE Tester for Windows): result in Ie

the path of the .htc file is correct !

Any idea what i'm missing?


Solution

  • Don't test this with IETester. It's not completely reliable.

    You should use a virtual machine, but you can quickly test a page with http://ipinfo.info/netrenderer/.


    After Googling a little, I might have been a little unfair to IETester (though I still don't trust it).

    http://www.my-debugbar.com/wiki/IETester/HomePage

    Known problems and limitations :

    • CSS Filters are not working correctly in user mode : A solution is to launch IETester as admin user and CSS Filters will work.