I know, I am crazy, considering I am literally just learning HTML. But I am attempting to design a website for my brother, and he REALLY wants this. Please be very directional with your responses. I am using this JQuery thing to fade in and out a picture, so maybe I can use a similar thing to do this?
By the way, I would like the image to slide to it’s position, not just move in a flash.
Thanks!
JQuery .animate() is a way to go.
Documentation and examples are provided on http://api.jquery.com/animate/
Here is a quick demo: