Nuestro conocimiento compartido. Nuestro tesoro compartido. Wikipedia.
TreeWeb::Artículos::HTML y CSS::Maqueta: Celdas con hover
Permalink: http://www.treeweb.es/u/934/ 11/01/2011

Maqueta: Celdas con hover

Ejemplo

Codigo

<style type="text/css"> TD {background:red;} TD:hover {background:pink;} </style> <table width=200 height=200> <tr> <td></td> <td></td> <td></td> </tr> <tr> <td></td> <td></td> <td></td> </tr> </table>