Tom: onMouseover in gesamter Tabellenspalte

Beitrag lesen

Hello,

sind denn diese beiden Konstrukte zulässig (valide) ?

<table border="1">
<tr onMouseover="alert('hallo');">
  <td>Hallo</td>
  <td>zweite Zelle</td>
</tr>
</table>

<br />

<table border="1">
<a href="http://selfhtml.teamone.de">
<tr>
  <td>Hallo</td>
  <td>zweite Zelle</td>
</tr>
</a>
</table>

Wieso kommt beim Link keine "Link-Hand" ?

Liebe Grüße aus http://www.braunschweig.de

Tom

--
Fortschritt entsteht nur durch die Auseinandersetzung der Kreativen