CSS2 cursor property specifies the type of cursor to be displayed when pointing on an element.
Hover the cursor on cell to view the cursor type.style="cursor:alias;" | style="cursor:all-scroll;" | style="cursor:cell;" |
style="cursor:col-resize;" | style="cursor:copy;" | style="cursor:crosshair;" |
style="cursor:default;" | style="cursor:e-resize;" | style="cursor:grab;" |
style="cursor:grabbing;" | style="cursor:help;" | style="cursor:move;" |
style="cursor:n-resize;" | style="cursor:ne-resize;" | style="cursor:ns-resize;" |
style="cursor:nw-resize;" | style="cursor:no-drop;" | style="cursor:none;" |
style="cursor:pointer;" | style="cursor:progress;" | style="cursor:s-resize;" |
style="cursor:se-resize;" | style="cursor:sw-resize;" | style="cursor:text;" |
style="cursor:url(css_img/smiley.gif),auto;" | style="cursor:vertical-text;" | style="cursor:w-resize;" |
style="cursor:wait;" | style="cursor:zoom-in;" | style="cursor:zoom-out;" |