Como Utilizar este código:

  1. Colocar em Personalizar perfil.

Mudar Cursor:

Código:
<style type=”text/css”>body{ cursor: CURSOR-PRETENDIDO; }</style>

Substituir cursor_pretendido por um dos códigos abaixo:

crosshair;
auto;
default;
pointer;
move;
e-resize;
ne-resize;
nw-resize;
n-resize;
se-resize;
sw-resize;
s-resize;
w-resize;
text;
wait;
help;

Exemplo:

Código:
<style type=”text/css”>body{ cursor: ne-resize; }</style>

Categorias: