Click to See Complete Forum and Search --> : Replace Cursor image with a graphic image
waterwench
03-22-2003, 11:59 PM
Heya, I have been searching everywhere to find a java script, or even a detailed, step by step, to have the cursor as an image instead of the boring cursor on the web sites I design Without having to use a cursor changer programme such as Cometcursor.com. Can anyone help or leed me to the place where I can obatin the script? All answer deeply appreciated:confused:
waterwench
03-23-2003, 09:37 AM
Many thanks Dave, I have just now found a script to change the cursor image.
<style>
<!--
BODY{
cursor:url("mycursor.cur");
}
-->
</style>
you simply insert this scritp into the header of your page. The image to be used must be saved in the main directory, you then have to choose a cursor and save it as a cur or ani file:D