[jQuery] Move an image/element?

[jQuery] Move an image/element?


Hey guys,
I'm new to jQuery so bear with me! I'm having real trouble just tring
to move an img across the page using jQuery - I can't get it to work!
At the moment I've got this:
$("#ImgContainer" > img).animate({
left: 50
}, 1000);
But it does nothing. Can someone please help?
Thanks.