Official Review
NULL
|
Other links at JavaScript > Scripts and Programs > Image Effects > Changing Images |
| 1. |
Kai Button
|
|
|
This is the standard JavaScript 'image rollover' - an image that changes appearance as you move the mouse over it. The JavaScript works by loading several alternative images for each button. If the user moves the mouse in or out of the button's area, a JavaScript function is invoked to change the image displayed. It does this by changing the 'src' attribute of the named button image.
|
| 2. |
Changing TextArea Background Images on MouseOver
|
|
|
Use this script to apply a background image to a textarea, and change the image on mouseover. The script can also change the text color in response to the mouseover event. An eye-catching effect, and very easy to install.
|
| 3. |
Change Image
|
|
|
Dynamically change an image when the user touches it. For this example, I have one image and when you put your cursor on it, it changes to another. If you use this script, be sure to use images of the same size!
|
| 4. |
Arrow onMouseover effect
|
|
|
This script displays an arrow image alongside the link when you move your cursor over the link. Furthermore, the arrow blinks while the mouse is over it. Nice visual effect.
|
|
|