> $(".items").animate({"margin-left":"+="+amount+"px"},"slow"); > I really hope you can help me, I had never encountered this problem before.
try and take away those '+=', you wouldn't write a css rule like this margin-left: +=300px; :)
> $(".items").animate({"margin-left":"+="+amount+"px"},"slow"); > I really hope you can help me, I had never encountered this problem before.
try and take away those '+=', you wouldn't write a css rule like this margin-left: +=300px; :)