css.properties

cursor

The cursor property specifies the type of cursor to display.

Formal Syntax

cursor = [<cursor-image>,]* <cursor-predefined> <cursor-image> = [ <url> | <url-set> ] [<number>{2}]? <cursor-predefined> = auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | grab | grabbing | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out

See specification

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
cursor111.212
alias11.5312
all-scroll11.5312
auto111.212
cell11.5312
col-resize11.5312
context-menu11.5312
copy11.5312
crosshair111.212
default111.212
e-resize111.212
ew-resize11.5312
grab68271114
grabbing68271179
help111.212
move111.212
n-resize111.212
ne-resize111.212
nesw-resize11.5312
no-drop11.5312
none53512
not-allowed11.5312
ns-resize11.5312
nw-resize111.212
nwse-resize11.5312
pointer111.212
progress111.212
row-resize11.5312
s-resize111.212
se-resize111.212
sw-resize111.212
text111.212
url11.5312
url_positioning_syntax11.5379
vertical-text11.5312
w-resize111.212
wait111.212
zoom-in3724912
zoom-out3724912

Related Properties