Forum Moderators: open
Why can't I get the TBody to scroll when there is a height defined in %?
Ex:
<div style="height: 500px">
<table style="height: 100%">
<thead>...</thead>
<tbody style="height: 100%; overflow: auto;">...</tbody>
</table>
</div>
I have a table that has a height in percentages, and I want the TBody to scroll? It doesn't seem possible ...
For some juicy reading at the W3C, try this page:
[w3.org...]
Especially note section 17.5.3 "Table height algorithms"