Having problem with animate({left}) in IE8

Having problem with animate({left}) in IE8

I've coded a scrolling bar that holds links to images. Anyway works great in FF, Chrome, Safari etc. In IE the element.animate({left: leftOffset}) call seems to lock up.

The element I am calling animate on is hidden using .hide(). It appears using fadeIn() on a hover event. Does IE balk at animating hidden elements? Is there a fix?

Thanks




    • Topic Participants

    • vtek