{ About This Cursor Page +

As, I said before I'm not the best at grphics. So I Not going to give you image cursors but I will give you the codes for the cursor types that are not images. If you want the images go to google and seach cursor'

{ Cursor Codes +

Cursor for website

Cursor for link

Cursor for link hover

Here are all the 'cursor types' supported. Just move your cursor on top of the titles and see the actual cursor type.
crosshair - : - : - : - default - : - : - : - hand

move - : - : - : - e-resize - : - : - : - ne-resize

nw-resize - : - : - : - n-resize - : - : - : - se-resize

sw-resize - : - : - : - s-resize - : - : - : - w-resize

text - : - : - : - wait - : - : - : - help

To choose the type and put it in the code put the text that you hovered over when you saw the cursor you liked. for Example. If I liked the cosshair one. then in the code I wright:
<style> body{cursor:crosshair;} </style>