CSS Mouse Cursors and Custom Cursors
<p style="color:red;">
<span style="cursor:crosshair;">crosshair cursor</span>
<span style="cursor:wait;">wait cursor</span>
<span style="cursor:help;">help cursor</span>
</p>
<span style="cursor:crosshair;">crosshair cursor</span>
<span style="cursor:wait;">wait cursor</span>
<span style="cursor:help;">help cursor</span>
</p>
Comments