|
|
|
|
Cambiar el color de la celda al pasar el ratón |
|
|
Imágen con el ratón encima:

Código:
<table border=0 cellpadding=0 cellspacing=0>
<tr>
<td onmouseover='this.style.background=" #cc0000"' onmouseout='this.style.background="white"'>
Este seria el texto
</td>
</tr>
</table>
Leyenda:
#cc0000 = El color al seleccionar el texto.
Este seria el texto = Este es el texto donde deberías de poner el tuyo.
¿Donde puedo ver colores HTML?
Click aquí
|
|
|
|
|
|
|
|
|
|
|
|