PNG背景透明度IE

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PNG背景透明度IE相关的知识,希望对你有一定的参考价值。

  1. /* For IE. Mozilla ignores. */
  2. .element{
  3. //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/image.png');
  4. }
  5.  
  6. /* For others. IE ignores styles with [attributes]. */
  7. .element[class]{
  8. background: url('images/image.png') no-repeat center center;
  9. }

以上是关于PNG背景透明度IE的主要内容,如果未能解决你的问题,请参考以下文章

PNG背景透明度IE

CSS IE修复:背景PNG透明度

PNG背景透明度IE

IE修复:背景PNG透明度

IE6 PNG透明度修复与背景定位

我用Jquery Png后a:hover背景图依旧不透明!