PNG背景透明度IE

Posted

tags:

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

  1. .element{
  2. /* Mozilla ignores crazy MS image filters, so it will skip the following */
  3. //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/chapela.png');
  4. }
  5. /* IE ignores styles with [attributes], so it will skip the following. */
  6. .element[class]{
  7. background: url(images/chapela.png) no-repeat center center;
  8. }

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

PNG背景透明度IE

CSS IE修复:背景PNG透明度

PNG背景透明度IE

IE修复:背景PNG透明度

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

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