2

In IE8, the line $liElement.animate({left:0},500); breaks the page with an "Object doesn't support this property or method" error. $liElement is the jQuery object I get from $('#mydiv li').eq(0);

$liElement.animate({},500); does not cause an error.

I am using jQuery 1.5.1. How can I fix this?

smartcaveman
  • 39,558
  • 28
  • 123
  • 205
  • @Frederic Hamidi, No, but it is nested inside an absolutely positioned `div` – smartcaveman Apr 19 '11 at 14:53