Quick Reference Sheets for Webmasters
Quick Reference sheets are packed full of useful information for webmasters of all levels.
CSS Reference Sheet
User Interface
cursor
This property specifies the type of cursor to be displayed for the pointing device. This property is especially useful when used in combination with the :hover pseudo-class of an anchor or link.
Value
url |
auto |
crosshair |
default |
pointer |
move |
e-resize |
ne-resize |
nw-resize |
n-resize |
se-resize |
sw-resize |
s-resize |
w-resize |
text |
wait |
help |
progress |
inherit
Default
auto
Applies to
all elements.
example:
cursor: help;
