I'm trying to create a simple feature where users can drag and drop images inbetween two divs. The issue I am having is when you drag an image on top of another image then it will end up inside that img tag.
You can see the error here: http://codepen.io/anon/pen/smgyd
What I would like to happen is that the images just sit underneath each other, even after you drag one on top of the other.
I hope I have made my issue clear. Any advice is greatly appreciated. Thank you.