cosa c'è di sbagliato?Codice PHP:
<table border=1>
<tr>
<td
onmouseover="style.backgroundColor='#ffffff'" onmouseout="style.backgroundColor=''"
>1</td>
<td>2</td>
</tr>
</table>
perchè mi dice "style is undefined"??
cosa c'è di sbagliato?Codice PHP:
<table border=1>
<tr>
<td
onmouseover="style.backgroundColor='#ffffff'" onmouseout="style.backgroundColor=''"
>1</td>
<td>2</td>
</tr>
</table>
perchè mi dice "style is undefined"??