SOLVED: Dragging div when clicking att a certain position
Heya! I was just wondering. I'm using some simple jQuery like draggables and resizables. My divs are very big with only part of them having content. Is it possible in any way to make the div draggable when only clicking on a certain place in that div?
If you didn't understand, this is what I'm trying to do. My div contains a picture. The picture has a biiig drop shadow, and therefore, I made the div bigger so the drop shadow is visible aswell. But here comes the problem, I want the div to only be draggable when you click on the actual picture and not the shadow around it.
Help, anyone?