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
  • 732,580
  • 175
  • 1,330
  • 1,459
manishjangir
  • 1,605
  • 6
  • 24
  • 27
  • 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