Home
About the Website
By Sarvesh Madullapalli © 2021. All rights reserved. Click for sources.
CSS Property:
cursor:
alias
all-scroll
auto
cell
context-menu
col-resize
copy
crosshair
default
e-resize
ew-resize
grab
grabbing
help
move
n-resize
ne-resize
nesw-resize
ns-resize
nw-resize
nwse-resize
no-drop
none
not-allowed
pointer
progress
row-resize
s-resize
se-resize
sw-resize
text
url(myBall.cur),auto (CURSOR FILE,
https://www.rw-designer.com/cursor-library
is a one of many cursor libraries. Go there, get a cursor, download it, and change myBall.cur to the file name...)
vertical-text
w-resize
wait
zoom-in
zoom-out
initial
Result:
Put your mouse over this area to see the cursor result.
CSS Code:
div { cursor:
pointer
;
}