CSS for grabbing cursors (drag & drop)

后端 未结 7 1021
一整个雨季
一整个雨季 2020-11-30 20:05

I have a JavaScript webapp where the user needs to grab the background to move the whole screen around. So I want the cursor to change when they\'re hovering over the backg

7条回答
  •  情书的邮戳
    2020-11-30 20:41

    I think move would probably be the closest standard cursor value for what you're doing:

    move
    Indicates something is to be moved.

提交回复
热议问题