Problem in Opera and Mozilla

Problem in Opera and Mozilla

Hi everyone,

i'm create an website with a jquery animation.

Using div's and backgrounds movements to create that animation, I use this code to move the background:
  1. $('#animator-1').animate({'background-position-x':'-=1000px'}, 5000, 'linear');
This code are executed prefectly in IE and Chrome, but in mozilla and opera are stopped,
but other code:
  1. $('#container').animate({'right':'100%'},'slow');
Dont have problems,

someone can help me?