Hi gang, If you have a look at http://webcam.jezmckean.com/ and click on an image you will see what I mean. It's as if the image is converted to a div while animating. Any ideas anyone?
Seems to me to be a thing with how your browser handles image aligning, and on-the-fly CSS adjustment. Remember - CSS was never meant to be changed on the fly, so that might cause your issue. I'd rather opt for having a big image spot, and once the user clicks on one of the thumbnails, load the image there... should be easy enough with jQuery.