The cursor property is specified as zero or more values, separated by commas, followed by a single mandatory keyword value. * Keyword value */ cursor : pointer cursor : auto /* URL, with a keyword fallback */ cursor : url (hand.cur ), pointer /* URL and coordinates, with a keyword fallback */ cursor : url (cursor1.png ) 4 12, auto cursor : url (cursor2.png ) 2 2, pointer /* Global values */ cursor : inherit cursor : initial cursor : revert cursor : unset