You are here : cssCSS 3cursor

cursor - CSS 3

The cursor property specifies the type of cursor to be displayed when pointing on an element.


Syntax

cursor: value;


Example

span.crosshair
	{    cursor: crosshair;}
	span.help
	{    cursor: help;}
	span.wait
	{    cursor: wait;}


Output / Return Value


Limitations


Alternatives / See Also


Reference