Hahaha I just did this on my site. I think what you mean is that you want someone to hover over a certain link it will show the cursors? is that correct!?
well this is what you use for your link--
HTML Code:
<a href="http://www.yourdomain.com">mylink</a>
Well what you want to do is have the cursor location ready--
HTML Code:
<a style="cursor: url('http://www.xudas.com/graphics/cursors/plain/cursors/green.cur')" href="http://www.yourdomain.com">Hover over a Link</a>
That code was copied from my site but you can also do it to images to without having to link to a url, code is below!
HTML Code:
<img style="cursor: url('http://www.xudas.com/graphics/cursors/plain/cursors/green.cur')" src="http://www.yourimagesrchere.com/blah.jpg" width="100">
oh yeh where my cursor url is, is where yours will go, let me know if this does not work!
Bookmarks