CSS » Cursors
You can insert this on your hl page (internal css).
Here are some cursors. Hoover over them to see what they look like.
- hand
- default
- crosshair
- move
- n-resize
- s-resize
- w-resize
- e-resize
- ne-resize
- sw-resize
- nw-resize
- se-resize
- text
- wait
- help
- vertical-text
- progress
- not-allowed
- no-drop
- row-resize
- col-resize
- all-scroll
When you have chosen, you have to insert the name in the link CSS.
a:link{color:#B24100;cursor:crosshair}
a:visited{color:#CB5500;cursor:crosshair}
a:hover{color:#000000;cursor:crosshair}
a:active{color:#CB5500;cursor:crosshair}
This CSS code would change the color and the cursor on the links. For more link tips, check the tutorial called "link in colors".