Auto
Crosshair
Default
Hand
Move
e-resize
ne-resize
nw-resize
n-resize
se-resize
sw-resize
s-resize
w-resize
text
wait
help

the code:

<table>
<tr>
<td class="cursor" style="CURSOR: auto">Auto</td>
</tr>
<tr>
<td class="cursor" style="CURSOR: crosshair">Crosshair</td>
</tr>
<tr>
<td class="cursor" style="CURSOR: default">Default</td>
</tr>
<tr>
<td class="cursor" style="CURSOR: hand">Hand</td>
</tr>
<tr>
<td class="cursor" style="CURSOR: move">Move</td>
</tr>
<tr>
<td class="cursor" style="CURSOR: e-resize">e-resize</td>
</tr>
<tr>
<td class="cursor" style="CURSOR: ne-resize">ne-resize</td>
</tr>
<tr>
<td class="cursor" style="CURSOR: nw-resize">nw-resize</td>
</tr>
<tr>
<td class="cursor" style="CURSOR: n-resize">n-resize</td>
</tr>
<tr>
<td class="cursor" style="CURSOR: se-resize">se-resize</td>
</tr>
<tr>
<td class="cursor" style="CURSOR: sw-resize">sw-resize</td>
</tr>
<tr>
<td class="cursor" style="CURSOR: s-resize">s-resize</td>
</tr>
<tr>
<td class="cursor" style="CURSOR: w-resize">w-resize</td>
</tr>
<tr>
<td class="cursor" style="CURSOR: text">text</td>
</tr>
<tr>
<td class="cursor" style="CURSOR: wait">wait</td>
</tr>
<tr>
<td class="cursor" style="CURSOR: help">help</td>
</tr>
</table>