Quero mudar a cor de fundo de uma linha ao passar o mouse por ela!
Tem como fazer???

[]s Microbyte

Posted 01/05/2006, 15:04
Posted 01/05/2006, 15:23
<table> <tr> <td onmouseover="this.style.background='red'" onmouseout="this.style.background=''"> </td> </tr> </table>
Edição feita por: .System, 01/05/2006, 15:26.
Posted 01/05/2006, 15:36
Posted 03/08/2006, 09:17
Posted 03/08/2006, 21:12
<table>
<tr>
<td onmouseover="this.style.background='white url(\'imagem_nova.extensão\')';" onmouseout="this.style.background='white url(\'imagem_antiga.extensão\')';">
</td>
</tr>
</table>
Posted 02/10/2017, 13:10
Posted 03/10/2017, 07:20
Posted 13/10/2017, 14:58
Posted 29/10/2017, 12:45
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)