scrollable row groups

git-svn-id: svn://10.0.0.236/trunk@17941 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
karnaze%netscape.com
1999-01-17 23:35:56 +00:00
parent f875678a9c
commit 46dc14a9bb
10 changed files with 341 additions and 32 deletions

View File

@@ -148,5 +148,27 @@ layout. This should be long enough.</TD>
column widths and collapsing borders.</CAPTION>
</TABLE>
<BR>
<table>
<thead>
<tr><td colspan=2 style="font-size: 8pt; font-weight: bold">HEADER
</thead>
<tbody style="overflow: auto; height: 60px; border: 1px solid black;">
<tr><td>cell-00<td>cell-01
<tr><td>cell-10<td>cell-11
<tr><td>cell-20<td>cell-21
<tr><td>cell-30<td>cell-31
</tr>
</tbody>
<tfoot>
<tr><td colspan=2 style="font-size: 8pt; font-weight: bold">FOOTER
</tfoot>
<CAPTION ALIGN=BOTTOM>Table 5 has a scrolling tbody.</CAPTION>
</table>
</BODY>
</HTML>