CSS CURSOR
CSS cursor property in CSS specifies the type of cursor to be displayed when the mouse is over that element.
Default property: | auto |
Version: | CSS 2,3 |
Animation: | no |
Applies to: | all element |
Inherited: | Yes |
Showcase of different cursor type
Take your mouse pointer over these buttons and see how the pointer changes.
Here is an example:
Example