Came across an interesting post on the Joel Spolsky's blog the other day...Seems like all browsers besides IE use bicubic interpolation for image scaling.. As Joel mentions though, all you need to do is add img { -ms-interpolation-mode:bicu... } to the appropriate section/tag in your cascading style-sheet. Joel also has an example on his blog post if you'd like to see the evidence. Technorati Tags: CSS,Internet Explorer...