Possible Duplicate:
Custom Cursor Image CSS
Is there a way to change the default cursor images for your website when you use, for example..
body{
cursor:hand; /* Changing what 'hand' is equal to*/
}
So then I wouldn’t have to use cursor:url() on everything and instead just change what the names equal to.
So for example I’d like to be able to..
hand = URL;
progress = URL;
etc etc.
You can’t change the cursorset of the Operating-system. (Just imagine – What would you say as a visitor of such a website changing your system-settings). You also cannot redefine the appearance of the keywords.
You have to define custom-images if you want to do so. The best thing you could do is group elements you want to have the same cursor.