March 23 2009
This is just a short link post, it seems IE has a trick to fix the image scaling. Normally if you forced an image to be smaller IE would screw it up but thanks to this nifty CSS trick this can be fixed
It works by simply adding the following snippet to a (preferably by Conditonal Comments hidden IE only) stylesheet:
img { -ms-interpolation-mode: bicubic; }
Check out this page for more info and links about this subject.
Feel free to add your comment to the discussion.
Your post will be validated first because of the huge amounts of spam posts.