Scrolling within a table in IE

S

Sol

Hi,
is there any way to get the body of a table to scroll withought the
headers??
i have it working in netscape but not in ie.

the following is code that works in netscape:

<HTML>
<STYlE>

td { font-family: Arial , sans-serif; font-size:9pt;
font-weight:bold;}
th { font-family:Arial,sans-serif;
font-size: 9pt;
font-style: normal;
font-weight: bold;
background-color:#bbeeee;
border-color : Gray Gray Gray Gray;
color: black ;}

</style>
<table cellspacing=0 cellpadding=3 rules=group nowrap frame=box
style="color:#ccffff">
<thead style="overflow: auto">
<tr>
<th>This text is in the THEAD</th><th>This text is in the THEAD</th>
</tr>
</thead>
<tfoot>
<tr>
<th>This text is in the TFOOT</th><th>This text is in the TFOOT</th>
</tr>
</tfoot>
<tbody style="overflow: auto ; height:100">
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
<tr><td>This text is in the TBODY</td><td> This text is in the
TBODY</td></tr>
</tbody>
</table>
</div>
</body>
</html>
end code
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,609
Members
45,253
Latest member
BlytheFant

Latest Threads

Top