IE4だけ使用可能
hand
IE4以上、N6以上、IE5Mac
pointer crosshair text wait
default help e-resize ne-resize
n-resize nw-resize w-resize sw-resize
se-resize s-resize auto move

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>マウスカーソルの形状変更(標準)</title>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">
<!--
.typ1 { cursor: hand }
.typ2 { cursor: crosshair ;}
.typ3 { cursor: text;}
.typ4 { cursor: wait;}
.typ5 { cursor: default;}
.typ6 { cursor: help;}
.typ7 { cursor: e-resize;}
.typ8 { cursor: ne-resize;}
.typ9 { cursor: n-resize;}
.typ10 { cursor: nw-resize;}
.typ11 { cursor: w-resize;}
.typ12 { cursor: sw-resize;}
.typ13 { cursor: se-resize;}
.typ14 { cursor: s-resize;}
.typ15 { cursor: auto;}
.typ16 { cursor: move;}
.typ17 { cursor: pointer;}
.typ18 { cursor: all-scroll}
.typ19 { cursor: col-resize}
.typ20 { cursor: no-drop}
.typ21 { cursor: vertical-text}
.typ22 { cursor: not-allowed}
.typ23 { cursor: progress}
.typ24 { cursor: row-resize}
.typ25 { cursor: url("g.ani"),
url("3.cur"),
url("arw1.cur"),
se-resize;}
body { text-align: center;}
-->
</style>
</head>
<body bgcolor="#FF9999" text="#000000">
IE4だけ使用可能
<table width="80%" border="2" cellspacing="3" cellpadding="3">
<tr align="center" bgcolor="#FF6633">
<td class="typ22">hand</td>
</tr>
</table>
IE4以上、N6以上、IE5Mac<br>
<table width="80%" border="2" cellspacing="3" cellpadding="3">
<tr align="center" bgcolor="#FF6633">
<td class="typ17" width="25%">pointer</td>
<td class="typ2" width="25%">crosshair</td>
<td class="typ3" width="25%">text</td>
<td class="typ4">wait</td>
</tr>
<tr align="center" bgcolor="#FF6633">
<td class="typ5">default</td>
<td class="typ6">help</td>
<td class="typ7" width="25%">e-resize</td>
<td class="typ8">ne-resize</td>
</tr>
<tr align="center" bgcolor="#FF6633">
<td class="typ9">n-resize</td>
<td class="typ10">nw-resize</td>
<td class="typ11" width="25%">w-resize</td>
<td class="typ12">sw-resize</td>
</tr>
<tr align="center" bgcolor="#FF6633">
<td class="typ13">se-resize</td>
<td class="typ14">s-resize</td>
<td class="typ15" width="25%">auto</td>
<td class="typ16">move</td>
</tr>
</table>
</body>
</html>