Nota:
Si quieres que el cursor funcione en toda la pagina deberas hacer esto:
1: Insertar el tag <span style="cursor:tal;"> antes del tag <BODY> - tag
2: Insertar el tag </span> justo antes del final, del tag </BODY>

Si quieres que el cursor funcione solamente con un enlace, deberás hacer esto:
1: Insertar el tag style="cursor:whatever;" directamente en el <A HREF>-tag

Ejemplo:
<A HREF="mipagina.html?quot; style="cursor:crosshair;">Haga click aquí</A>


Elige el cursor que desees

cursor-crosshair
TEST cursor-hand
TEST
cursor-move
TEST cursor-text
TEST
cursor-wait
TEST cursor-help
TEST
cursor-nresize
TEST cursor-neresize
TEST
cursor-eresize
TEST cursor-seresize
TEST
cursor-sresize
TEST cursor-swresize
TEST
cursor-wresize
TEST cursor-nwresize
TEST



Copia el siguiente código en tus páginas


Copia esto en tus páginas