カーソル

指定した文字のカーソルとポインタの形をかわいくする
e-resize <SPAN style="CURSOR: e-resize">e-resize</SPAN>
se-resize 右下 <SPAN style="CURSOR: se-resize">se-resize</SPAN>
s-resize <SPAN style="CURSOR: s-resize">s-resize</SPAN>
sw-resize 左下 <SPAN style="CURSOR: sw-resize">sw-resize</SPAN>
w-resize <SPAN style="CURSOR: w-resize">w-resize</SPAN>
nw-resize 左上 <SPAN style="CURSOR: nw-resize">nw-resize</SPAN>
n-resize <SPAN style="CURSOR: n-resize">n-resize</SPAN>
ne-resize 右上 <SPAN style="CURSOR: ne-resize">ne-resize</SPAN>
help ハテナ <SPAN style="CURSOR: help">help</SPAN>
move 移動 <SPAN style="CURSOR: move">move</SPAN>
wait 砂時計 <SPAN style="CURSOR: wait">wait</SPAN>
default デフォルト <SPAN style="CURSOR: text">default</SPAN>
crosshair 十字 <SPAN style="CURSOR: crosshair">crosshair</SPAN>
hand <SPAN style="CURSOR: hand">hand</SPAN>



ページ全体のカーソルとポインタの形をかわいくする 
このタグを<HEAD>と</HEAD>の間に入れてね
e-resize <STYLE type="text/css"><!--BODY{cursor : e-resize;}--></STYLE>
se-resize 右下 <STYLE type="text/css"><!--BODY{cursor : se-resize;}--></STYLE>
s-resize <STYLE type="text/css"><!--BODY{cursor : s-resize;}--></STYLE>
sw-resize 左下 <STYLE type="text/css"><!--BODY{cursor : sw-resize;}--></STYLE>
w-resize <STYLE type="text/css"><!--BODY{cursor : w-resize;}--></STYLE>
nw-resize 左上 <STYLE type="text/css"><!--BODY{cursor : nw-resize;}--></STYLE>
n-resize <STYLE type="text/css"><!--BODY{cursor : n-resize;}--></STYLE>
ne-resize 右上 <STYLE type="text/css"><!--BODY{cursor : ne-resize;}--></STYLE>
help ハテナ <STYLE type="text/css"><!--BODY{cursor : help;}--></STYLE>
move 移動 <STYLE type="text/css"><!--BODY{cursor : move;}--></STYLE>
wait 砂時計 <STYLE type="text/css"><!--BODY{cursor : wait;}--></STYLE>
default デフォルト <STYLE type="text/css"><!--BODY{cursor : default;}--></STYLE>
crosshair 十字 <STYLE type="text/css"><!--BODY{cursor : crosshair;}--></STYLE>
hand <STYLE type="text/css"><!--BODY{cursor : hand;}--></STYLE>



ページ全体のリンクを対象にカーソルとポインタの形をかわいくする 
このタグを<HEAD>と</HEAD>の間に入れてね
e-resize <STYLE type="text/css"><!--a{cursor : e-resize;}--></STYLE>
se-resize 右下 <STYLE type="text/css"><!--a{cursor : se-resize;}--></STYLE>
s-resize <STYLE type="text/css"><!--a{cursor : s-resize;}--></STYLE>
sw-resize 左下 <STYLE type="text/css"><!--a{cursor : sw-resize;}--></STYLE>
w-resize <STYLE type="text/css"><!--a{cursor : w-resize;}--></STYLE>
nw-resize 左上 <STYLE type="text/css"><!--a{cursor : nw-resize;}--></STYLE>
n-resize <STYLE type="text/css"><!--a{cursor : n-resize;}--></STYLE>
ne-resize 右上 <STYLE type="text/css"><!--a{cursor : ne-resize;}--></STYLE>
help ハテナ <STYLE type="text/css"><!--a{cursor : help;}--></STYLE>
move 移動 <STYLE type="text/css"><!--a{cursor : move;}--></STYLE>
wait 砂時計 <STYLE type="text/css"><!--a{cursor : wait;}--></STYLE>
default デフォルト <STYLE type="text/css"><!--a{cursor : default;}--></STYLE>
crosshair 十字 <STYLE type="text/css"><!--a{cursor : crosshair;}--></STYLE>
hand <STYLE type="text/css"><!--a{cursor : hand;}--></STYLE>