How to fix crappy IE image scaling All these years making do with the below par appearance of scaled images in Internet Exploder and all we had to add was one measly little line of css. Hit the link for a before/after comparison.img { -ms-interpolation-mode:bicubic; }
Brilliant — you saved us a load of additional work. Thanks.
Thanks for this — its easy when some kind person has posted how to fix stupid errors in IE…