Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Freeze first column in table
Message
From
03/12/2003 12:30:05
 
 
To
All
General information
Forum:
Internet
Category:
HTML
Title:
Freeze first column in table
Miscellaneous
Thread ID:
00855502
Message ID:
00855502
Views:
77
I have a html table with 250 columns and some hundres rows
like (Here I show only few rows and columns)
<table>
<tr>
<td>Date</td>
<td>Item1 quantity</td>
<td>Item2 quantity</td>
</tr>
<tr>
<td>12-01-03</td>
<td>14</td>
<td>2</td>
</tr>
<tr>
<td>15-01-03</td>
<td></td>
<td>18.5</td>
</tr>
</table>
Since table is too wide, I want that the first column (Date) is always visible in screen when user scrolls horizontally table.

Excel has similar functionality allowing to lock first column.

Any idea how to implement this ?

Should I use

1. Frames
2. IFRAME
3. Floating menu in leht side
4. CSS in some way
5. or is there a simpler solution ?

Is there any sample page in internet which implements this ?

My target browser is IE always.
Andrus
Next
Reply
Map
View

Click here to load this message in the networking platform