Is it possible to have draggable elements and droptarget elements which are images and whose borders are irregular shapes?
For example, if I want to have a star shape which fires a jQuery event when you mouse over it and which you can drag into another star shape, is this possible?
If I draw this as a transparent png and use an IMG tag or a div with a background image then clearly I'm going to be dragging a square elenment. I'm thinking that the answer might lie in Image Maps or SVGs?
I'd rather put them inside an HTML Canvas as I'd like the elements to still be HTML elements in their own right.