Hallo,
onmouseover="a('Text');return true"
^Hier hast du doch auch schon zwei Befehle (richtigerweise mit einem ; getrennt) in ein 'mouseover' gepackt. Was hindert dich daran das auch mit 'this.style.backgroundColor=...' zu machen?
Gruß, Jan
Mahlzeit...
also das ganze ist ne Tabelle:
<td onclick="top.frames.Navigator.location.href='link.html'"
style="cursor:hand"
title="Text" onmouseover="a('Text');return true;
this.bgColor='#ffac2f'" onmouseout="b(); this.bgColor='#808080'" width="100%" bgcolor="#808080">Text</td>
Jetzt hab ich versucht:
onmouseover="a('Text');return true; this.bgColor='#ffac2f'"
und
onmouseout="b(); this.bgColor='#808080'"
Klappt nich
Ich steh gerade total aufm schlauch...
Hast du noch nen tipp...
Gruß
Dennis