Netscape 6 is an interesting piece of technology which has failed to gain a following. It is like a hothouse plant which withers in the natural air of poorly-coded Web pages. However, Netscape 6 can give us our Swiss Army table in one swoop with the following code:
<style type="text/css">
tbody {
overflow: auto;
height: 350px;
}
</style>
<style type="text/css" media="print">
tbody {
overflow: visible;
}
</style>
If you have Netscape 6, I made a test page for your convenience in this package.