Ver Mensaje Individual
  #4 (permalink)  
Antiguo 03/02/2004, 03:04
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, Shargo y Carcass.

Si se va a utilizar un enlace y ya que estamos en el Foro de Css, se podría hacer algo así:
Código PHP:
<html>
<
head>
<
style>
td a {width:100%; height:100%; background:yellow}
td a:hover {background:aqua}
</
style>
</
head>

<
body bgcolor="#FFFFFF" text="#000000">
<
table>
  <
tr>
    <
td><a href="#">Enlace</a></td>
  </
tr>
</
table>
</
body>
</
html
Espero que resulte útil. Saludos,