Issue
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.
Answered By - mu is too short
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.