.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);
}
Firefox中的结果:
Internet Explorer 6中的结果(基于适用于Windows的IE Tester):
.htc文件的路径是正确的!
知道我缺少什么吗?
答案 0 :(得分:3)
您可以尝试PIE - http://css3pie.com,这也适用于IE6。
答案 1 :(得分:3)
请勿使用IETester进行测试。它并不完全可靠。
您应该使用virtual machine,但可以使用http://ipinfo.info/netrenderer/快速测试网页。
谷歌搜索后,我可能对IETester有点不公平(虽然我仍然不相信)。
http://www.my-debugbar.com/wiki/IETester/HomePage
已知问题和限制:
- CSS过滤器在用户模式下无法正常工作:解决方案是以管理员用户身份启动IETester,CSS过滤器将起作用。
答案 2 :(得分:2)
除特定情况外,IE6不支持背景图像的Alpha通道。没有一般修复,因为有前景图像。
请看这里:http://24ways.org/2007/supersleight-transparent-png-in-ie6
检查“陷阱”标题下的第一位文字