cursor hand

Cursor hand is an indicator which is used to show current position is computer user interface. It is used to show current position of user on the computer screen like monitors or on the other device that responds the given input from the user in the form of text input or pointing device. The mouse cursor is also known as pointer. It is pointed by using the pointing stick.

css cursor pointer

on Jun 17, 2022
cursor: pointer;
/* Mouse image is a hand */

Add Comment

0

css cursor pointer

on Jun 17, 2022
body {
  	/*(Cursor image must be 32*32 pixles)*/
	cursor: url(CURSOR_URL), auto;
}

Add Comment

0

The answers of possible question are given above you also can quate your suggestion.

CSS answers related to "cursor hand"

View All CSS queries

CSS queries related to "cursor hand"

Browse Other Code Languages

CodeProZone