I'm dealing with a html with the following format:
<a href = xxx>
<div> div1 </div>
<div> div2 </div>
</a>
when I put my mouse over the first div, the target of my mouseover event is the div, but when I drag the div, the target becomes the tag as a whole. Is there a way to set the target of the drag to the div but not the entire link?