Hi,
<p style="cursor:pointer;" onmouseover="this.element.style.background-color = 'blue';" onmouseout="this.element.style.background-color = 'black';"><u>text blablubb</u></p>
Davor hab ichs auch schon ohne .element versucht,
Gut, das ist nämlich schon mal per se unsinnig an der Stelle.
leider auch ohne Erfolg. Mein Firebug sagt mir, dass der Fehler auf der linken Seite vom = liegt
Genau, weil du von this.style.background den Wert von color abziehen willst - ohne eine solche Variable definiert zu haben.
Lesen bildet: http://de.selfhtml.org/javascript/objekte/style.htm#style_eigenschaften
MfG ChrisB
--
Light travels faster than sound - that's why most people appear bright until you hear them speak.
Light travels faster than sound - that's why most people appear bright until you hear them speak.