es decir tengo este code
Código HTML:
<table width="100%" border="0" cellspacing="3" cellpadding="3"> <tr> <th width="20%"><a href="inicio.html">Inicio</a></th> <th width="20%"><a href="Login.html"> Login</a></th> <th width="20%"><a href="register.html"> Register</a></th> <th width="20%%"><a href="contacto.html">Contacto</a></th> <th width="20%"><a href="enlace.html">Enlace</a></th> </tr> </table>
a {
color: #000000;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif; }
aqui quiero que no solo se cambie el color de fondo del texto, sino toda la columna
a:hover{background-color:black; }
como kedaria?? gracias espero de su ayuda