cursor
Name: cursor
Description: Specifies the type of cursor to be displayed by the mouse when it's placed over an element.
Browser Compatibility: IE 4+ / NN 6+ / O 7+
Inherited: Yes
Values:
- auto [Initial value]
- crosshair
- default
- e-resize
- help
- inherit
- move
- n-resize
- ne-resize
- nw-resize
- pointer
- s-resize
- se-resize
- sw-resize
- text
- [URL]
- w-resize
- wait
Code Example:
blockquote {cursor: help;}