<li><img alt="compra_segura" src="../../nImg/img_with_alpha.png" /></li>当图像是内联设置而不是在样式表中设置时,有没有办法对IE6使用behavior: url(/nJs/iepngfix.htc);技巧(当图像有alpha时)?
非常感谢
发布于 2011-08-18 17:16:31
如果一切都设置正确,你应该能够将img添加到你的“触发修复CSS”中:
img, div { behavior: url(iepngfix.htc) }http://www.twinhelix.com/css/iepngfix/demo/
https://stackoverflow.com/questions/7104989
复制相似问题