This javascript is used to change the style of mouse cursor while moving along some sentence.
Features
You can change style of cursor while moving.
Just copy the code and use it.
Preview
Mouse Cursor Change
Move the mouse pointer over this line.
Downloads
Javascript Code
<!-- Script by hscripts.com --> <div id="fm" align=center> <u><font color=brown>Move the cursor over this line.</font></u> <script type ="text/javascript"> document.getElementById("fm").style.cursor="url(hmousecursor-change/Arrow.yellow.cur)"; </script> <!-- Script by hscripts.com -->
For customization of this script or any script development, mail to support@hscripts.com
Usage
Unzip the download.
You will get hmouse-cursor/Arrow.yellow.cur and README files.
Copy the above javascript code in to your page, set id as fm where you want to change the cursor.
In the above code, "url(Arrow.yellow.cur)" is used to change style of the cursor.
If you want to use your own image as a mouse cursor, then copy the image into hmousecursor-change folder and rename the image as Arrow.yellow.cur inorder to get the mouse cursor change.