Cursor

Syntax: cursor: value
Possible Values: auto || default || crosshair || hand || help || text || wait || n-resize ||
ne-resize || nw-resize || e-resize || w-resize || s-resize || se-resize ||
sw-resize
Initial Value: Not defined
Inherited: Yes

The cursor property allows you to display a customized cursor other then the default one, when the mouse moves over elements .

Example:

P  {cursor : hand}

img {cursor : wait}

.error {cursor : help}


See example in action