Message Thread: |
View All MessagesBack to WebFX |
We use a simple IE-only CSS property to fix the first row in place, then you can scroll the rest of the table/page and that row will stay on top: <tr style="position:relative; top:expression(this.offsetParent.scrollTop);"> From: BolaKing Sent: July 19, 2004 Subject: Re:Sortable and Scrollable table I've seen some posts before about combining the functionality of the sortable table and scrollable table scripts into one, but I haven't seen an answer. Has any work been done on this ? Cheers
|