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

2019-08-06 02:56发布

.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?

3条回答
Evening l夕情丶
2楼-- · 2019-08-06 03:11

You can try PIE - http://css3pie.com, that is working in IE6 too.

查看更多
叼着烟拽天下
3楼-- · 2019-08-06 03:26

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.
查看更多
何必那么认真
4楼-- · 2019-08-06 03:36

IE6 does not support the alpha channel for background images apart from in specific circumstances. There is no general fix, as there is for foreground images.

Look here: http://24ways.org/2007/supersleight-transparent-png-in-ie6

Check the first bit of text under 'The pitfalls' heading

查看更多
登录 后发表回答