Archive

Archive for July, 2006

Change your browser cursor

July 13th, 2006 phoeniix No comments

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.

Categories: CSS Tags: , ,