Ver Mensaje Individual
  #4 (permalink)  
Antiguo 07/11/2005, 13:34
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 2 meses
Puntos: 772
Hola Jat_ibo

Más bien creo que se refiere a que pongas así la celda:

<td><a href="uno.htm">SERVICIOS</a></td>

y pongas esto otro en el <head> de la página:
Código:
<style type="text/css">
td {text-align:center}
td a {width:100%; height:100%; display:block}
td a:hover {background-color:#0ff}
</style>
Saludos,