Please let me knw the cross browser solution for all freezing the table headers, so that if records are more on scrolling down the page, still i can see the headers.
The first step would be to surround the table headers inside a <thead> tag and put the body of the table inside <tbody> so that the CSS and Javascript that you add to create the effect will know what row(s) make up the heading. The HTML tags look like this:
Bookmarks