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");
}
I have attached the zip file of various images of cursor.
Thanks,
Abhay