Internet Explorer, CSS, and Image Quality

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:bicubic; }

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: ,

Print | posted @ Sunday, December 28, 2008 3:06 PM

Twitter