Use a mouseover to make your picture disappear. Requires a picture and a clear gif the same size as your picture.
<a href="javascript:void(0)" onMouseOver="document.one.src='http://URL_OF_CLEAR_GIF'"
onMouseOut="document.one.src='http://URL_OF_PICTURE'">
<img src="http://URL_OF_PICTURE" border=0 name="one"></a>
 |
- Your clear gif MUST be the same size as your picture
- Replace blue text above with the URL of your clear gif.
- Replace red text above (in both lines) with the URL of your picture.
- If you add more than one mouseover to a page, each must be named. Notice the example above has one in three different places.
A second mouseover could be named two, a third could be named three etc.
|
|