$("#someItem").stop().animate({"background-position-x":"100px"}, "easeOutQuart");
I'd hard to find info on this but on a friend told me that FF doesn't support "background-position-x"
Is this true? If so, how else can I move the background image horizontally in FF?









