CSS CURSOR PROPERTIES
Progress
:
url : The url of a custom cursor to be used. (cursor:url(url))
default
: Display the normal mouse cursor icon.
Auto
: Default. The browser sets a cursor
crosshair
: Display the crosshair mouse cursor icon. (A cross hair reticle)
wait
: Display the wait mouse cursor icon.
help
: Display the help mouse cursor icon. ( A question mark)
move
: Display the move mouse cursor icon.
Hand:
Display the hand mouse cursor icon.
Text
: Display the text mouse cursor icon.
e-resize
: The cursor indicates that an edge of a box is to be moved right (east).
w-resize
: The cursor indicates that an edge of a box is to be moved left (west).
s-resize
: The cursor indicates that an edge of a box is to be moved down (south).
n-resize
: The cursor indicates that an edge of a box is to be moved up (north).
nw-resize
: The cursor indicates that an edge of a box is to be moved up and left (north/west).
ne-resize
: The cursor indicates that an edge of a box is to be moved up and right (north/east).
se-resize
: The cursor indicates that an edge of a box is to be moved down and right (south/east).
sw-resize
: The cursor indicates that an edge of a box is to be moved down and left (south/west).
pointer
: The cursor render as a pointer (a hand) that indicates a link.
Cross browser : The cursor render as a pointer (a hand) that indicates a link.
not-allowed
:
no-drop :
col-resize
:
row-resize
:
vertical-text
:
all-scroll
:
CSS-Cursor-Application