How to add a scroll bar to a particular column in a table(td)
i have a table with multiple rows contains data.
i need to place a vertical scroll bar to a perticular td. is it possible?
give me solution.
ex.
<table>
<tr>
<td></td>
<td></td>
<td></td> --- i want scroll bar for this column
<td></td>
</tr>
</table>
can anybody give me reply.
thanks.
with regards...

