0

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"?

Fo0
  • 35
  • 6

1 Answers1

0

Have you tried this?

img { -ms-interpolation-mode: bicubic; }
Andrew Bacon
  • 546
  • 3
  • 6