$(".mybg").animate({ backgroundPosition:" 0% 0%"}, 0).animate({ backgroundPosition:"50% 50%" }, 500);
On Sun, Jun 7, 2009 at 6:58 AM, Ramana <ch.moor...@gmail.com> wrote: > > Hi all, > > how to change background position at random or specified range with x, > y axis when mouse rolls over. > > Ex: Background Image height is 200px. When mouse rolls over it will > change specified x, y position, like (0, 20), (0,40), (0,60)... > > thank you >