posted 18 years ago
Hi,
I am having problem with the first table row being overlapped with table header.
Below is the code that I am using
<DIV id="1" style=" WIDTH: 50%; HEIGHT:250px; overflow: auto" >
<table style="float:left" align="center" width="40%" cellpadding="3">
<thead >
<tr>
<th> ... </th>
</tr>
</thead>
<tbody>
<tr>
<td> ... </td>
</tr>
</tbody>
</table>
</div>
Could someone please suggest a solution?
Thanks,
Jason