<table>
<tr>
<td onmouseout="this.style.backgroundColor= #ffffff"
onmouseover="this.style.backgroundColor= #000000">
123
</td>
</tr>
</table>
Не работает JavaScript
Код:
Не меняется цвет и всё, хоть убей.
Код:
<table>
<tr>
<td onmouseout="this.style.backgroundColor= '#ffffff'"
onmouseover="this.style.backgroundColor= '#000000'">
123
</td>
</tr>
</table>
<tr>
<td onmouseout="this.style.backgroundColor= '#ffffff'"
onmouseover="this.style.backgroundColor= '#000000'">
123
</td>
</tr>
</table>