gameover
03-02-2005, 03:21 AM
Here's the scenario:
I've got 3 table cells in my table each of width 500
The equivalent of:
<table><tr>
<td width="500"> Cell 1
</td>
<td width="500"> Cell 2
</td>
<td width="500">cell 3
</td>
</tr></table> But when I extend cell2's (or any of the cells) width to 5000, the width of the 3 cells are adjusted to fit in the browser.
What I want is a horizontal scrollbar to appear when the cell width is too long.
Is that possible?
I've got 3 table cells in my table each of width 500
The equivalent of:
<table><tr>
<td width="500"> Cell 1
</td>
<td width="500"> Cell 2
</td>
<td width="500">cell 3
</td>
</tr></table> But when I extend cell2's (or any of the cells) width to 5000, the width of the 3 cells are adjusted to fit in the browser.
What I want is a horizontal scrollbar to appear when the cell width is too long.
Is that possible?