Search code examples
cssmouse-cursor

CSS for grabbing cursors (drag & drop)


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 background. The -moz-grab and -moz-grabbing CSS cursors are ideal for this. Of course, they only work in Firefox... are there equivalent cursors for other browsers? Do I have to do something a little more custom than standard CSS cursors?


Solution

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

    move
    Indicates something is to be moved.