How to Freeze Rows in a html table Using Javascript and HTML

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chansiboy
    New Member
    • Sep 2006
    • 1

    How to Freeze Rows in a html table Using Javascript and HTML

    Hi,
    I've developed a jsp page, where in i had a table getting list of
    data.
    I want the table header to be fixed, and i should allow scrolling only
    for the data in the table. Can anyone please help me out with a snippet of code.

    Thanks in advance
    Chansiboy
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    An example: http://www.litotes.demon.co.uk/examp...bleScroll.html

    Comment

    Working...