.png images not rendering correctly in IE7, IE8

走远了吗. 提交于 2019-12-06 08:56:48

问题


They look great in FF, Safari, but the social media icons don't render correctly in IE.

http://www.erisdesigns.net/STAGE/ED1.3/

Is this an IE problem, or something to do with how I'm creating the .pngs?


回答1:


I think that it's because you use transparency. Although it isn't as clean as the current solution, you should maybe make everything opaque.




回答2:


There's a pngfix javascript add-on you can trigger with an IE conditional statement.

PngFix

<!--[if lt IE 7.]>



来源:https://stackoverflow.com/questions/4090204/png-images-not-rendering-correctly-in-ie7-ie8

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!