css cursor

✔️ cursor CSS Style Property

המאפיין cursor מגדיר את מראה הסמן כאשר עוברים מעל האלמנט

דוגמא: שנה מראה סמן

Demo Panel:
cssguide
CSS: 111
HTML: 222
Syntax:

cursor: value;

Valid values:
  • 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, revert, revert-layer, unset, inherit, initial

Js Syntax: element.style.cursor

תאימות דפדפנים

cursor
הערך שנבדקChromeFirefoxEdgeCOpera
move✔️✔️✔️✔️
auto✔️✔️✔️✔️
default✔️✔️✔️✔️
none✔️✔️✔️✔️
context-menu✔️✔️✔️✔️
help✔️✔️✔️✔️
pointer✔️✔️✔️✔️
progress✔️✔️✔️✔️
wait✔️✔️✔️✔️
cell✔️✔️✔️✔️
crosshair✔️✔️✔️✔️
text✔️✔️✔️✔️
vertical-text✔️✔️✔️✔️
alias✔️✔️✔️✔️
copy✔️✔️✔️✔️
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✔️✔️✔️✔️
revert✔️✔️✔️✔️
revert-layer✔️✔️✔️✔️
unset✔️✔️✔️✔️
inherit✔️✔️✔️✔️
initial✔️✔️✔️✔️