So I'm working on a project for a client and they have an image. They want the image to move at an angle to a certain position on the page. When it does the image becomes jagged and non-anti-aliased in IE7/8. Is there something I'm missing with the jQuery Easing plugin? or is this just an "IE thing"?
Asked
Active
Viewed 1,293 times
1 Answers
0
Have you tried this?
img { -ms-interpolation-mode: bicubic; }

Andrew Bacon
- 546
- 3
- 6
-
Whats the image file type? Does it have transparency? bicubic only works on JPGs and GIFs without transparency. – Andrew Bacon Feb 24 '12 at 22:14
-
If you can get by with a JPG, it may still work, or you chalk it up to "an IE thing". – Andrew Bacon Feb 24 '12 at 22:22