frankx: Onmouse over

Beitrag lesen

Hellihello

<td bgcolor="#666666"  onclick="alert('hallo')" onmouseover="this.style.backgroundColor='#959595'" onmouseout="javascript:this.style.backgroundColor='#666666'">Hallo</td>

oder class="hintergrund_hell" und onmouseover="this.className='hinterGrund_dunkel'"...

Gruß,

frankx