Answers for "css cursor pointer hover"

CSS
17

css cursor pointer hover

.pointer {
  cursor: pointer;
}
Posted by: Guest on July-30-2020
6

onhover mouse pointer css

li { cursor: pointer; }
Posted by: Guest on March-05-2020
10

css cursor pointer

body {
  	/*(Cursor image must be 32*32 pixles)*/
	cursor: url(CURSOR_URL), auto;
}
Posted by: Guest on April-13-2020

Browse Popular Code Answers by Language