Internet Explorer 上的字体渲染太难看
每个人 像大多数 Web 开发人员一样,我讨厌 IE,但很多人仍然使用它, 我的问题是 ie 上的文本真的很难看,而在其他现代浏览器上则干净清晰 有任何解决方案 js 或 css 可以在不修改浏览器设置的情况下解决此问题吗?
谢谢
every one
like most of developer web developer i hate ie, buts many people still use it ,
my problem is the text on ie is really ugly , on other modern browser is clean and clear
any solution js or css to fix this without modifying the browser setup ?
thx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
较新版本的 IE 中的文本应该支持 ClearType,但是 jQuery 和 JavaScript 中的某些动画会导致 ClearType 出现不透明问题。
如果您正在谈论 IE6 和 Windows XP - 我可以建议一下:
http://www. useragentman.com/blog/2009/11/29/how-to-detect-font-smoothing-using-javascript/
该博客是关于检测客户端是否正在使用 ClearType 的。
Text in newer versions of IE should support ClearType, however some animations in jQuery and JavaScript cause dodgy opacity issues with ClearType.
If you are talking about IE6 and Windows XP - could I suggest this:
http://www.useragentman.com/blog/2009/11/29/how-to-detect-font-smoothing-using-javascript/
This blog is about detecting whether the client is using ClearType.