Syntax |
(OR)
selector {cursor: value;}
|
---|---|
Usage | The cursor property is used to specify the cursor image, for the mouse or other pointing device, while hovering over the element. This property is specified by using zero or more URI values followed by a keyword, according to the syntax shown above. If one or more URI values are specified then the first URI will be tried first. If the first URI cannot be used then the second URI will be tried, and so on. If none of the URI values can be used then the cursor will be set to the specified keyword. Note: URI cursor values may not be supported by some browsers. |
Keywords |
Hover the mouse, or other pointing device, over the following keywords to view a cursor sample.
Note: The cursor samples, shown above, may not appear identically in all browsers and/or operating systems. |
Applies To | All elements |
Inherited | Yes |
Initial Value | auto |
The cursor property is set using a keyword. |