How to replace cusor by an image

Using CSS to change the cursor by an image. The image type must be .cur or .ani type to implement this.
write thses code in style tag.
BODY{

cursor:url("crosshair.cur");

}

Comments