cursor

Previous- speak-header  |  Next-outline

Description

This property specifies the type of cursor to be displayed for the pointing device.


Initial Value : auto

Applies to : all elements

Inherited : yes

Possible Values
[ [<uri> ,]* [ 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

Example(s)
p { cursor : url("mything.cur"), url("second.csr"), text; }

Previous- speak-header  |  Next-outline