Fun with CSS - Change Cursors
- Home
- CSS
- Fun with CSS - Change Cursors
The cursor property specifies the type of cursor to be displayed when pointing on an element.
Default value: auto
Inherited: yes
Version: CSS2
JavaScript syntax: object.style.cursor="crosshair"
Some Examples:
span.crosshair {cursor:crosshair}
span.help {cursor:help}
span.wait {cursor:wait}
Hover over the links below to see them in action.
Wait
Help
move
auto
cursors CSS style sheets