7/28/2012

How to have your own custom cursor on link hover

7/28/2012

1.Template designer;paste the codes in HTML/GADGET
<style type="text/css"> a:hover {cursor: url(URL CURSOR), progress;} </style>

2.Blogskin; paste the codes under a:hover { , don't forget to remove any cursor codes there.

 cursor: url(URL CURSOR), progress;