1

I have a table in my page like following:

<div style="overflow-x: scroll; width:300px;">
<table>
   <tr>
   <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
   <td>&nbsp;</td>
</tr>
</table>

Now the table is scrolling in x direction. but i want to prevent the first and second column to scrolling. Please help

marc_s
  • 704,970
  • 168
  • 1,303
  • 1,425
manishjangir
  • 1,505
  • 6
  • 23
  • 26
  • have you considered using to tables in line? one of which is non-scrollable the other one is? – Elen Apr 02 '12 at 14:03
  • duplicate : http://stackoverflow.com/questions/1312236/how-do-i-create-an-html-table-with-fixed-frozen-left-column-and-scrollable-body – nandu Apr 02 '12 at 14:11

0 Answers0