Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
The CSS cursor property allows you to substitute a different cursor for the system default.
Source for upper left div:
style="cursor:url(skull.png),auto;
Custom cursors can also be applied to individual links.
You can also specify any of the standard system cursors. (Careful with this—can confuse users.) Mouse over the words below to change the cursor.
style="cursor:auto"
style="cursor:crosshair"
style="cursor:default"
style="cursor:e-resize"
style="cursor:help"
style="cursor:move"
style="cursor:n-resize"
style="cursor:ne-resize"
style="cursor:nw-resize"
style="cursor:pointer"
style="cursor:s-resize"
style="cursor:se-resize"
style="cursor:sw-resize"
style="cursor:text"
style="cursor:w-resize"
style="cursor:progress"
style="cursor:wait"
style="cursor:alias"
style="cursor:none"