For customization of this script or any script development, contact us at support@hscripts.com
Preview
Mouse Cursor Change
Move the mouse pointer over this line.
Code
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 -->
Usage
a) Unzip the download.
b) You will get hmouse-cursor/Arrow.yellow.cur and README files.
c) Copy the above javascript code in to your page, set id as fm where you want to change the cursor.
d) In the above code, "url(Arrow.yellow.cur)" is used to change style of the cursor.
e) 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.
License
- The javascript (misspelled as java script) is given under GPL License
- i.e. Free use for those who use the codes as it is.
- Free, if your modification does not remove our copyright information and links.
- Click Here for detailed license information.
- You can purchase the script if your requirements does not meet our GPL License terms.