Thomas J.S.: Farbe von Button bei onmouseover wechseln

Beitrag lesen

Hallo,

Ich möchte einen Button erstellen und wenn sich der Masuzeiger über dem Button befindet soll er die Farbe ändern. (das ganze in xslt)

Was hast das mit XSLT zu tun? Ist eine HTML bzw. JavaScript frage.

Hab schon viel versucht, aber es funktioniert nie.

wie z.B. <button onclick="location.href='#System'" onmouseover="this.style.cursor='hand'; this.bgColor='red'">

<button onmouseover="this.style.cursor='hand'; this.style.backgroundColor='red'">

Grüße
Thomas