How To Make Scaled Images Look Better in IE
Posted on: 2008-12-22 19:15:52Alert reader Chris S. emailed me to point out this post by a developer at flickr about how to make IE scale images more smoothly. All you have to do is add...
img { -ms-interpolation-mode:bicubic; }
to the stylesheet. It worked!
Via <a href="http://www.joelonsoftware.com/items/2008/12/22.html">Joel on Software.