Hi I have created a page in html. It has a grid table. I want to add vertical scroll bar to the contents of it.I am displaying table headings in first row and contents in second row.I want to start scroll bar from second row of a table so that table headings remain fixed when user scrolls down. can anybody help me to resolve this.
Hello, srikanthn. Vanilla tables in HTML have no scroll bars. What nicangeli is suggesting is that you put the table's content in an additional page that is displayed within a frame in the main page, that has only the headers and the frame. A frame is a kind of window in a page that displays the content of another page. If the frame cannot display the whole of the secondary page, then it will have scrollbars. Hope this helps you.