Skip to main content

All Questions

0 votes
0 answers
21 views

Can't change not-allowed cursor when dragging on div borders

Whenever I'm dragging a div over another one, I see the not-allowed cursor appearing and flashing when passing over the borders of another div, even if it has no borders specified. The expected ...
pizzaboy's user avatar
  • 1,045
0 votes
1 answer
94 views

Make the cursor look like HTML5 drag and drop cursor

Drag and drop in HTML5 uses the following cursor shape when an element is dragged over the drop zone: Would it be possible to set cursor to above shape without using drag and drop?
cyrus-d's user avatar
  • 815
8 votes
3 answers
11k views

How can I hide (or change) the drag not allowed cursor during a dragging?

hi. I'm trying to find out how to hide the "drag not allowed" cursor during a drag operation. I could be okay with changing it too, if removing isn't possible. I feel like I'm not getting ...
Dlofud's user avatar
  • 81
9 votes
2 answers
17k views

CSS cursor when dragging

I have a div like so, but when I drag on this div, the cursor automatically changes to the disabled one. How can I fix this? div { background-color: red; width: 10px; height: 10px; cursor: ...
User123123's user avatar
5 votes
2 answers
13k views

Change mouse cursor over input elements in HTML

I have various HTML elements which are moveable per Drag'n'Drop. To point out the valid areas for dropping the element (to the user) i'm changing the cursors appearance. I do this by simply appling ...
user1557232's user avatar