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.

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".