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. |
Pop-up image Script
|
|
|
Turn regular images into depressible, pop-up buttons! This script creates the illusion of an elevated image by applying a shadow and shifting the image to the up and left. When the user holds down the mouse, the shadow is deleted, and the image shifted back to its usual position...just like a button!
|
| 3. |
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.
|
| 4. |
Active Image Resizing With Drag
|
|
|
This script allows you to resize one or more images on a page by clicking and dragging on the image(s). A single left-click will also reset the image to a default size. Any number of images may be used.
|
| 5. |
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.
|
|
|