Bicubic Scaling for Images

If you use width or height tags to resize images, In IE6 and 7 will not resizing images properly. This little css tip will make IE happy in resizing..

-ms-interpolation-mode: bicubic;

so my IMG style goes like

img {
max-width: 100%;
width: auto\9;
height: auto; vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}


30 Javascript Image and Photo Galleries - Mootool, Prototype, jQuery and Tutorials