Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

cursor not pointer

#Element {
	cursor: pointer; /*When you point on this element, cursor will be
  	a pointer.*/
}

#Element {
	cursor: default; /*Will make the cursor not point.*/
}
 
PREVIOUS NEXT
Tagged: #cursor #pointer
ADD COMMENT
Topic
Name
1+1 =