Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/12/2008, 07:50
Avatar de foreverOdd
foreverOdd
 
Fecha de Ingreso: noviembre-2007
Ubicación: Caracas
Mensajes: 489
Antigüedad: 16 años, 4 meses
Puntos: 14
Respuesta: introducir scroll en tablas de forma general desde css

trata asi

<table border="1" id="tabla" align="center">
<thead>
<tr>
<th colspan="4">q</th>

</tr>
</thead>
<tfoot >
<tr>
<th colspan="4" align="center">qasdasdasdasdasdas</th>

</tr>
</tfoot>
<tbody style="overflow-y:scroll;height:200px">
<tr>
<td>q</td>
<td colspan="2" style="padding-bottom:20px;">
qdasdasdasdasdasdasdasdasdasd
<br />
asdfasdfasdfasdf
<br />
asdfasdfasdf
<br />
asdf
<br />
as
<br />
df
<br />
asdf
<br />
asdf 111111111111111
<br />
</tfoot>
</table>

No se que tan estandar sea, al menos en FF funciona

SUERTE
__________________
My path is lit by my own fire, I only go where I desire