Official Review
NULL
|
Other links at JavaScript > Scripts and Programs > Mouse Tricks |
| 2. |
Magic Wand cursor
|
|
|
Make the cursor on your page the center of attention for once, with this script. It renders minute glowing particles that revolve the cursor in a 3D, circular trajectory, like in a magic wand. Mesmerizing!
|
| 3. |
MouseOver show New Content
|
|
|
This JavaScript example shows how to create a "dynamic" updated field on the page. The updated field happens to be a table in this example, and the background is shown to show you it's entire field. Netscape requires that the size of the field be defined upon the page's creation - IE doesn't care and can resize the field dependant upon the data placed into it as it is placed into it. This script is designed specifically for IE. Netscape would, but requires special if statements to have different accesses to the objects.
|
| 4. |
JS MouseOver Generator
|
|
|
This form will generate a JavaScript MouseOver script that you can copy and paste in to your HTML documents. With this script, and two images, you can create MouseOver buttons. Both images must be the same size and in GIF format. The images should be on a server. Tool requires JavaScript.
|
| 5. |
Custom Cursor Script
|
|
|
Starting in IE6, for the first time ever, you can specify your own image for the browser to use as the cursor. The image will replace the default "arrow" one. This script uses CSS to allow you to customize your page's cursor in IE6+.
|
|
|