I have the following excerpt of a div
<div class="teste" draggable="true">CONTEÚDO DA DIV</div>
I would like that when I drag this div
on the screen the cursor would be in default, but the problem is that only with CSS I can not because the cursor is as if it were locked! and I have developed code in jQuery
, without UI
, so I do not have access to functions like draggable()