Nochmal Ich!
Eine Frage zu folgendem Quellcode:
<table>
<tr><td onmouseover="this.style.width:100%; this.style.filter:Glow(color='red', strength=5)">
test1
</td></tr>
<tr><td style="width:100%; filter:Glow(color='red', strength=5)">
test2
</td>
</tr>
</table>
Warum geht test2, aber test1 nicht? Dürfte doch eigentlich kein Unterschied sein, oder?