Kai Lahmann: Ein Hovereffekt oder Rollovereffekt bei Formularbuttons

Beitrag lesen

hi

Oder welches ";" meinst du? Habe schon versucht einfach den Tag zu nehmen:

<input type="button" style="color: #FFF; background-color: #F00" value="Lach mich aus" onmouseover="this.style.color='#FF0';this.style.backgroundColor='#00C';" onmouseout="this.style.color='#FFF';this.style.backgroundColor='#F00';">

so.
gruss Kai