Harry: Mouseover

Beitrag lesen

Hallo Danielle

<table border="0" cellpadding="0" cellspacing="0" width="150" height="25"><tr>
<td width="100%" valign="middle" bgcolor="" onMouseOver="this.style.backgroundColor='#DDDDDD'; this.style.cursor='hand';" onMouseOut="this.style.backgroundColor='#FFFFFF';">
Bild oder text</td>
</tr></table>

Verwendet du ein Bild mit durchsichtiger Hintergrundfarbe dann wechselt der Hintergrund von einer Farbe auf die andere.

--------------
Mfg: Harry