Why do resized images in IE7 look pixelated?
When using width or height properties to resize images, IE will render a dirty pixelated image unless you correct the rendering type with CSS.
img{-ms-interpolation-mode: bicubic;}
Note: Works for IE7 +
Before:
After: