Ver original<html><head><title>Ejemplo by jpurizaca</title><style>.alternar:hover{ background-color:#B9F8F8;}</style></head> <body> <table> <tr> <td>Titulo 1</td> <td>Titulo 2</td> <td>Titulo 3</td> </tr> <tr class="alternar"> <td>Registro1</td> <td>Registro1</td> <td>Registro1</td> </tr> <tr class="alternar"> <td>Registro2</td> <td>Registro2</td> <td>Registro2</td> </tr></table> </body></html>