Also ich habe die ganze sache in einer Tabelle stehen.
So schauts bisher aus:
<tr>
<td>
<img src="#.jpg"
onMouseOut="this.src='#.jpg'"
onMouseOver="this.src='#1.jpg'" width="100">
</td>
<td>
--> Hier soll dann ein Text stehen wenn das bild "#1.jpg" angezeigt wird.
</td>
</tr>
Gruß
mathesen