当图像内联设置时,有没有办法使用IE6的行为技巧?

时间:2011-08-18 09:12:37

标签: css internet-explorer-6 inline behavior

<li><img alt="compra_segura" src="../../nImg/img_with_alpha.png" /></li>

有什么方法可以在IE6中使用behavior: url(/nJs/iepngfix.htc);技巧(当图像有alpha时),当图像是内嵌而不是在样式表中时?

非常感谢

1 个答案:

答案 0 :(得分:1)

如果设置正确,您应该只能将img添加到“触发修复CSS”中:

img, div { behavior: url(iepngfix.htc) }

http://www.twinhelix.com/css/iepngfix/demo/