svg attribute
cursor
The cursor attribute specifies the mouse cursor displayed when the mouse pointer is over an element.
[!NOTE] As a presentation attribute,
cursoralso has a CSS property counterpart:cursor. When both are specified, the CSS property takes priority.
Usage context
| Categories | Presentation attribute |
|---|---|
| Value | [ [ <FuncIRI>, ]* [ auto | crosshair | default | pointer | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize| text | wait | help ]] | inherit |
| Animatable | Yes |
Elements
The following elements can use the cursor attribute
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.
See also
- CSS
cursorproperty