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 for browsers that support CSS2 functions.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.