Is there a way to render PNG with gradients in Internet Explorer Mobile 7 correctly?

北慕城南 提交于 2019-12-01 09:55:20

问题


Call me crazy, but I'm optimizing a website for the Internet Explorer Mobile 7. My main problem, besides several CSS issues, is that it seems that this browser displays 24 bit PNGs in 8 bit, that means gradients look horrible.

Anyone an idea how to fix this?


回答1:


You need to dither the image so that it renders nicely.

Here are two links that show you how to do this:

  • Photoshop action for Windows Phone 7 Dithering
  • High Quality Dithering for Windows Phone 7


来源:https://stackoverflow.com/questions/5596231/is-there-a-way-to-render-png-with-gradients-in-internet-explorer-mobile-7-correc

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