📝 Edit page
➕ Add page
Cursor
Set the appearance of the mouse pointer.
Syntax
selector {
cursor: VALUE;
}
Values
Some recommended values:
pointer
for a link. This is already built-in fora
tags but you might want to add this for buttons.help
default
wait
orwait
not-allowed
orno-drop
Resources
- W3 Schools - including definitions in a table.
- Mozilla dev docs - includes an interactive demo.