Submitted by prashant_agr on Wed, 2007-05-16 08:33.
Rollover images" are images that change when the mouse is over them. Rollover Images (or "rollovers" as we'll call them) are popular because they give the image a live feeling... they indicate that something will happen when you click on it. For example, this rollover, which is inside a link, changes from a gray-scale picture to a color picture when the mouse is over it:
Rollovers are really two images: the image when the mouse is over, and another when it's not. Javascript swaps between them when the mouse moves over (onMouseOver) and when it leaves being over (onMouseOut).
How to get back button effect in Html ?
By default the back link script creates a link with the text Go Back. You can set your own text by setting the text property of the backlink object. For example, the following script creates a back link with the text Get Back, Jack. Note that the text setting must be set before the write() command:
Re: What does rollover image effect do in Html?
Rollover images" are images that change when the mouse is over them. Rollover Images (or "rollovers" as we'll call them) are popular because they give the image a live feeling... they indicate that something will happen when you click on it. For example, this rollover, which is inside a link, changes from a gray-scale picture to a color picture when the mouse is over it:
Rollovers are really two images: the image when the mouse is over, and another when it's not. Javascript swaps between them when the mouse moves over (onMouseOver) and when it leaves being over (onMouseOut).
How to get back button effect in Html ?
By default the back link script creates a link with the text Go Back. You can set your own text by setting the text property of the backlink object. For example, the following script creates a back link with the text Get Back, Jack. Note that the text setting must be set before the write() command: