Ver Mensaje Individual
  #4 (permalink)  
Antiguo 26/06/2006, 16:44
eMx
 
Fecha de Ingreso: julio-2004
Mensajes: 54
Antigüedad: 20 años, 7 meses
Puntos: 1
De lujo JavierB, muchas gracias, era lo que buscaba :)

Código PHP:
<html>
<
head>
<
style type="text/css">
a:link       text-decorationunderline }
a:hover {
  
text-decorationnone;
  
color#f60;
  
background-colortransparent;
}
table {width:300pxborder-collapse:collapse}
td {border:1px solid black}
td a {width:100%; height:100%; display:block}
td a:hover {background:F0F0F0}
</
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