Change your browser cursor
There is a sweet CSS2 feature to change your browsers cursor. In your style sheet use the cursor parameter with the url of the image and what type of cursor it is. For example: cursor:url(‘/images/mycursor.gif’), pointer; Note this works only …