Transparent PNG animate problem on Internet Explorer

前端 未结 10 2139
误落风尘
误落风尘 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:44

    I think there is a real solution here : http://www.viget.com/inspire/jquery-ie-png-24-ie-black-background-issue-solved/

    In my case it solved the awefull black bg on my animated png image with transparent background. It worked like a charm. Tested on ie7+ I can't test ie6 for the moment.

    Hope it will help every one :) Julien

提交回复
热议问题