![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
20/03/2008, 12:05
|
| | Fecha de Ingreso: julio-2007
Mensajes: 120
Antigüedad: 17 años, 7 meses Puntos: 0 | |
Descuadre de tabla con encabezado fijo <table>
<tbody id="encabezado">
<tr>
<th>Encabezado 1</th>
<th>Encabezado 2</th>
</tr>
</tbody>
<tbody id="contenido" style="height: 400px; overflow: auto">
<tr>
<td>celda1</td>
<td>Celda 2</td>
</tr>
<tr>
<td>celda1</td>
<td>Celda 2</td>
</tr>
<tr>
<td>celda1</td>
<td>Celda 2</td>
</tr>
<tr>
<td>celda1</td>
<td>Celda 2</td>
</tr>
</tbody>
</table>
Última edición por davilin; 22/03/2008 a las 04:40 |