Doh! Solved it! Just had to set the position attribute of the image to relative or absolute. :)
On Jul 13, 12:20 pm, Nero <[EMAIL PROTECTED]> wrote: > 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.