Does the browser provide some method of capturing the image of a cursor with js/css?
I want to place the cursor image into a div and move the div around. This way it looks as if the there are two cursors on the screen:
- The cursor of the actual user that can reach the complete desktop.
- My "div cursor" that I can move around only inside the webpage using javascript and css.
Why? Yes you can confuse your users with this, but I would like to make some sort of tutorial which should learn them how to use the application. To make it more user friendly i'd like to use the user's OS/preferences cursor images instead of using some random cursor image of my own.
So... I don't want to change the cursor but capture it's image.