Hi, I'm sure I've done this before but my mind has gone blank and I can't seem to find it anywhere. The problem is I've got 2 images (ie image.gif, image2.gif). When you hover over image.gif I want it to display "Image 1" in a table below and when you hover over image2.gif I want it to display "Image 2" in the table. Originally the table is blank.
The table has the following format:
<table>
<tr>
<td></td>
</tr>
</table>
Hope you can help. Thanx
The table has the following format:
<table>
<tr>
<td></td>
</tr>
</table>
Hope you can help. Thanx