J
JJ
I want scroll bars on the side of table, but when do it with <Div
class="table"> I loose my formating, It does gives the scrollbars with the
div tag.
What do I need to change?
Thanks
JJ
<table class="table">
<tr>
<td class="odd" height="33">
<a target="_blank" href="xx.htm">2006</a></td>
<td class="odd" height="33">2-25-06</td
</tr>
</table>
-----CSS----
..table {
border: 5px ridge #274573;
color: #000000;
border-collapse: collapse;
padding: 0px;
border: 1px;
font-size: 100%;
margin: 0px 0px 0px 80px;
text-align: center;
overflow: auto;
height: 100px;
}
class="table"> I loose my formating, It does gives the scrollbars with the
div tag.
What do I need to change?
Thanks
JJ
<table class="table">
<tr>
<td class="odd" height="33">
<a target="_blank" href="xx.htm">2006</a></td>
<td class="odd" height="33">2-25-06</td
</tr>
</table>
-----CSS----
..table {
border: 5px ridge #274573;
color: #000000;
border-collapse: collapse;
padding: 0px;
border: 1px;
font-size: 100%;
margin: 0px 0px 0px 80px;
text-align: center;
overflow: auto;
height: 100px;
}