donp: Mousover

Beitrag lesen

Hi,

Versuch's mal so:

<a href="index.php?mod=news&amp;action=recent">
  <img src="Home.gif" border="0" width="150" height="30"
    onmouseover="this.src='Homen.gif';"
    onmouseout="this.src='Home.gif'">
</a>

usw.

Don P