Re: Help with fixed columns...

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" <mdierken@hotmail.com>
To: "Sridhar Ramalingam" <sramalingam@valleyoak.com>
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" <sramalingam@valleyoak.com>
> To: <www-talk@w3.org>
> 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
>
>

Received on Tuesday, 10 December 2002 21:01:15 UTC