ich moechte ein onmouseover haben in jeder table row:
<td onMouseOver="this.style.backgroundColor='#e9e9e9';this.style.cursor='hand';" onMouseOut="this.style.backgroundColor='white';">inhalt</td></TR>
allerdings moechte ich das per CSS machen so das ich etwas traffic spare und das nicht jedes angeben muss. moeglich?