Ver Mensaje Individual
  #5 (permalink)  
Antiguo 14/01/2005, 15:04
angsanchez
 
Fecha de Ingreso: octubre-2004
Ubicación: España
Mensajes: 894
Antigüedad: 19 años, 6 meses
Puntos: 3
Hola
Debe de haber un modo con los parentNode, pero de eso no entiendo. Prueba así:
Código HTML:
<html>
<head>
<style type="text/css">
.resalta { background-color:#FF6600; }
</style>
</head>

<body>
<table border=1>
<tr>
<td>A</td>
<td id="celda1">Este es un 
<a href="www.algo.es" 
onMouseOver="document.getElementById('celda1').className='resalta'"
onMouseOut="document.getElementById('celda1').className=''"
>enlace</a>
</td>
</tr></table>
</body>
</html> 
__________________
Angel :cool: