scroll bar from second row of a table

Discussion in 'HTML & Website Design' started by srikanthn, Jan 18, 2008.

  1. #1
    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.
     
    srikanthn, Jan 18, 2008 IP
  2. nicangeli

    nicangeli Peon

    Messages:
    828
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I think (if i understand you correctly) you should look into frames.
     
    nicangeli, Jan 18, 2008 IP
  3. TechnoGeek

    TechnoGeek Peon

    Messages:
    258
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.
     
    TechnoGeek, Jan 18, 2008 IP