0
Q:

cursor not pointer

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

#Element {
	cursor: default; /*Will make the cursor not point.*/
}
0
body {
  	/*(Cursor image must be 32*32 pixles)*/
	cursor: url(CURSOR_URL), auto;
}
9

New to Communities?

Join the community