Thursday, March 24, 2011

Change Cursor Image for Blogger

In this article i am going to show how to change the mouse cursor from usual arrow thing in default. Just paste this code :

<style type="text/css">body, a, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-2/cur116.cur), progress;}</style>

anywhere between :


<body>
......................
......................
</body>



you can change the image .
if you want you can pick images from this site which contains more than 10000 cursor icons.

No comments:

Post a Comment