Internet Explorer中的Imagenes PHP透明

Posted

tags:

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

  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. }

以上是关于Internet Explorer中的Imagenes PHP透明的主要内容,如果未能解决你的问题,请参考以下文章