Transparent PNG animate problem on Internet Explorer

前端 未结 10 2137
误落风尘
误落风尘 2020-12-29 16:05

CSS Code:

#btn{
  background: url(transparent.png) no-repeat;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
         


        
10条回答
  •  独厮守ぢ
    2020-12-29 16:49

    There is a library that supposedly solves this problem: jCSML. I have tried it and it works to animate transparent pngs in IE 7+.

提交回复
热议问题