Mike, Thanks for your response. I'm not looking for fixed-width column. What I need is... There are like 10 columns in a HTML table. I need to have the first 2 columns locked (not scrolling) but have the rest of the 8 columns scroll horizontally.
Hope you understood. Sridhar ----- Original Message ----- From: "S. Mike Dierken" <[EMAIL PROTECTED]> To: "Sridhar Ramalingam" <[EMAIL PROTECTED]> Sent: Tuesday, December 10, 2002 5:18 PM Subject: Re: Help with fixed columns... > Have you tried > > <table> > <tr> > <td width='200'>first column content</td> > <td width='300'>second column content</td> > </tr> > </table> > > > ----- Original Message ----- > From: "Sridhar Ramalingam" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, December 10, 2002 4:58 PM > Subject: Help with fixed columns... > > > Hello, > I'm trying to build a HTML table where in I can scroll horizontally with the > first two columns locked. > > Any help on this would be great. > > TIA > Sridhar > >
