IE7 Smooth Image Scaling
CSS June 15th, 2008
วิธีแก้ ง่ายมากๆ ให้เติม syntax นี้ลงไปที่ tag img ของ CSS
img {
-ms-interpolation-mode: bicubic;
}
Related Posts
Tags: CSS, IE7, Stylesheet
วิธีแก้ ง่ายมากๆ ให้เติม syntax นี้ลงไปที่ tag img ของ CSS
img {
-ms-interpolation-mode: bicubic;
}
Tags: CSS, IE7, Stylesheet
I have to thank you for this. unbelievable trick to get rid of stupidity of IE7.