Ver Mensaje Individual
  #7 (permalink)  
Antiguo 26/06/2006, 00:59
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 de nuevo.

Te pongo un ejemplo completo. Está probado en IE, Firefox y Opera:
Código PHP:
<html>
<
head>
<
style type="text/css">
table {width:300pxborder-collapse:collapse}
td {border:1px solid black}
td a {width:100%; height:100%; display:block}
td a:hover {background:red}
</
style>
</
head>
<
body>
<
table>
<
tr>
<
td><a href="pagina1.html">Enlace 1</a></td>
<
td><a href="pagina2.html">Enlace 2</a></td>
</
tr>
</
table>
</
body>
</
html
Saludos,