开发者

PNG image file display issue in IE

开发者 https://www.devze.com 2023-01-06 12:55 出处:网络
Hello i have a problem in display the Png file in IE. It\'s work fine in Firefox and other browsers but the PNG file is display some开发者_Go百科 kind of shadow in IE. Is there any solution to fix thi

Hello i have a problem in display the Png file in IE. It's work fine in Firefox and other browsers but the PNG file is display some开发者_Go百科 kind of shadow in IE. Is there any solution to fix this problem. I have used this css code to fix this problem but still no hope.I would appreciate any help. Please..

filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src="+imagePath+")"


There is a JavaScript fix for older IE versions.


filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src="+imagePath+", sizingMethod="crop")"
zoom:1;
background-image:none;

Make sure it has layout and you disable the bg image, if any.

0

精彩评论

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