In this file: http://jsfiddle.net/sntshkmr60/4KsHg/
All the <p>
tags are fixed to their places. I want to make all the <p>
s movable so I can drag it to any other place on the page. Its similar to some kind of photo gallery.
Is it possible with pure JavaScript? or else jQuery?
Please note that I already have something like transform:rotate(30deg)
that makes the paragraph tilt on its axis.