Bicubic scaling for images
One line code that solves the image scaling issue in IE6 and 7. Hats off to Chris Coyier for coming up with this solution.
img {
-ms-interpolation-mode: bicubic;
}
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|