Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/10/2007, 13:48
Avatar de TurKa
TurKa
 
Fecha de Ingreso: enero-2003
Ubicación: Gerli, Avellaneda
Mensajes: 543
Antigüedad: 22 años
Puntos: 4
Re: Tablas ocultas y desplegables

y que tal si usas display = 'block'?

Algo así:

Cita:
<table width="100%">
<tr>
<td width="100%" onClick="document.getElementById('tabla_a_desplega r').style.display = 'block'">cabecera</td>
</tr>
<tr>
<td width="100%">
<table width="100%" id="tabla_a_desplegar" style="display: none">
<tr>
<td width="100%">hola</td>
</tr>
</table>
</td>
</tr>
</table>
Después para volver a ocultar puedes usar
Cita:
style.display = 'none'
__________________
Programación LAMP con Scrum y XP
www.eugeniabahit.com.com.ar