用一行CSS修复在IE中修改图片大小后图片的模糊

Posted on 2009-4-21 星期二

如果在HTML中使用img 标签的width 或 height 属性调整图片的尺寸后,在IE中图片会变得不清晰,FF中不会。

我们用一行CSS可以修正这个问题。

  1. img { -ms-interpolation-mode: bicubic; }

如下图:
效果


No comments have been added to this post yet.

留下评论

(必需)

(必需)


Information for comment users
Line and paragraph breaks are implemented automatically. Your e-mail address is never displayed. Please consider what you're posting.

Use the buttons below to customise your comment.


RSS feed for comments on this post | TrackBack URI