http://jsfiddle.net/maximus392/gcQmM/7/
My problem is that the resizable image is making the other image to move also in the div. I want to prevent the movement of other contents on the div canvas when i resize the image.
Pls suggest.
Make your images positioned absolutely:
img.item { position:absolute; }
DEMO