| Change Image - Keep Text Same | | This shows how to have an image change pictures on a mouseover and on a mouseout.
It does this not by replacing the images source, but by replacing the contents of a DIV.
This example also illistrates how to have a text label on top of the picture.
It would be relitively easy to change this example to have the text also change, or only have the text change on the mouseover and mouseout.
This method also keeps an image from having to be the same size as it replaces the contect of the DIV and not the IMAGE source. (so the DIV must be properly sized.)
|