IE修复:背景PNG透明度
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IE修复:背景PNG透明度相关的知识,希望对你有一定的参考价值。
Needs to be set on every element. img.png needs to point to background
#elementWithTransaprentPNGBackground { _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img.png',sizingMethod='crop'); }
以上是关于IE修复:背景PNG透明度的主要内容,如果未能解决你的问题,请参考以下文章
JavaScript IE 5.5和IE6 PNG透明度修复(需要原型)