开发者

animate opacity png fix

开发者 https://www.devze.com 2023-02-28 12:41 出处:网络
Is ther a fix for the animate opacity in jQuery I\'ve tried supersleight and many others but I get no results. The image loads fine as a png it\'s just when it is animated i get problems. I have also

Is ther a fix for the animate opacity in jQuery I've tried supersleight and many others but I get no results. The image loads fine as a png it's just when it is animated i get problems. I have also tried EpngFix iepngfix and DD_belatedPNG but they don't work. Im using ie8 on开发者_如何学Go windows 7


in ie8 and ie6 you can use

filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="test.png")
  alpha(opacity=50);
background: none;

jquery animate opacity will work perfectly because it simply changes filter: alpha

for ie7 see ie7 png opacity. is it possible

0

精彩评论

暂无评论...
验证码 换一张
取 消