Frozen column and header table...how?

Discussion in 'HTML & Website Design' started by tomiko, Nov 23, 2009.

  1. #1
    hello mates,

    i want to make a table with a frozen column and header for my website. how do i do that?

    please help.

    thanks.
     
    tomiko, Nov 23, 2009 IP
  2. vinpkl

    vinpkl Active Member

    Messages:
    899
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #2
    use
    position:fixed;


    vineet
     
    vinpkl, Nov 23, 2009 IP
  3. tomiko

    tomiko Member

    Messages:
    156
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    30
    #3
    i mean i want to make a table like this:

    massless.org/_tests/grid1/?s=2&r=40&c=100

    with the frozen column and header.
     
    tomiko, Nov 23, 2009 IP
  4. vinpkl

    vinpkl Active Member

    Messages:
    899
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #4
    that created using iframes

    <iframe src="colsleft.php?cols=3"></iframe>

    vineet
     
    vinpkl, Nov 23, 2009 IP
  5. tomiko

    tomiko Member

    Messages:
    156
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    30
    #5
    so how do i make my table like that from scratch?
     
    tomiko, Nov 23, 2009 IP
  6. vinpkl

    vinpkl Active Member

    Messages:
    899
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #6
    make a new file with name table.html

    insert a table in it with column and rows. insert the data.

    and in which ever file you want to insert it, use this code

    <iframe src="table.html" width="400" height="400"></iframe>

    vineet
     
    vinpkl, Nov 23, 2009 IP
  7. tomiko

    tomiko Member

    Messages:
    156
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    30
    #7
    thanks...but doesn't work...

    you tried hehe ;)
     
    tomiko, Nov 26, 2009 IP
  8. vinpkl

    vinpkl Active Member

    Messages:
    899
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58