back

Cursor

Cursor is used to specify the type of mouse cursor when it is over an element

The options are:
(1) Auto, the default value, the browser will set a cursor based on context.
(2) Crosshair, the cursor is set as a crosshair.
(3) Default, this will display the default cursor (normally an arrow).
(4) Pointer, the cursor is a pointer (used to indicate a link).
(5) Move, the cursor indicates something to be moved.
(6) e-resize, ne-resize, nw-resize, n-resize, se-resize, sw-resize, s-resize, w-resize, the cursor indicates an edge is to be moved, the letter represents the direction, for example s-resize indicates that the movement starts from the south (bottom) of the box.
(7) Text, the cursor indicates that text can be selected.
(8) Wait, the cursor indicates that the program is busy and the user should wait.
(9) Progress, similar to wait, it indicates that the program is busy but still allows the user to interact with it (normally this is an arrow with an hourglass or a spinning circle).
(10) Help, the cursor indicates that help is available, this normally has a question mark next to the cursor.
(11) URI, allows you to set your own cursor as an image.
(12) None, the cursor is hidden.
(13) Cell, the cursor indicated a cell or set of cells that can be selected, this is normally shown as a thick plus sign.
(14) Vertical-text, the cursor indicates vertical text that can be selected.
(15) Alias, indicates an alias or shortcut of something of something that is to be created.
(16) Copy, the cursor indicates something that is to be created.
(17) No-drop, indicates that a dragged object can't be dropped on this element.
(18) Not-allowed, indicates the requested action can't be carried out.
(19) ew-resize, ns-resize, nesw-resize, nwse-resize , indicates a bidirectional resize cursor.
(20) Col-resize, indicates that a column can be resized horizontally.
(21) Row-resize, indicates that a row can be resized vertically.
(22) All-scroll, indicates that the element can be scrolled in any direction.
(23) Zoom-in, indicates something that can be zoomed in, normally a magnifying glass with a plus sign (+) in it.
(24) Zoom-out, indicates something that can be zoomed out, normally a magnifying glass with a minus sign (-) in it.


Example