free hosting   image hosting   hosting reseller   online album   e-shop   famous people 
Free Website Templates
Free Installer

Javascript Island- Free javascript games for play and download!Welcome to Javascript Island!
Javascript Island: Scripts: Hidden Cursor
The hidden Cursor!
If this script works correctly, you should not be able to see your cursor when you try to move it over the box below!
 
The Script:
First, download HIDDEN.ANI (It's the invisible cursor file!)
 
To make the cursor disappear for the whole page, paste this code between the <HEAD>
tags of your HTML document.
 
<STYLE>BODY{ cursor : url("hidden.ani"); }</STYLE>
 
To make your cursor disappear when the mouse rolls over an object (Like the example above), paste this code somewhere between the <BODY> tags of your webpage.
 
<a href="#null" style="cursor: url('hidden.ani');">Make your cursor invisible!</A>