horizontal scroll for table

Discussion in 'JavaScript' started by kichus, Feb 9, 2006.

  1. #1
    hello friends,

    i have a table where fileds are increased dynamically- both(rows and coulmns).I want a scroll both horizontally and vertically, to see all the fields.I got a vertical scroll bar, but no luck with horizontal one. can anyone help


    thanks
     
    kichus, Feb 9, 2006 IP
  2. UptimeAgent

    UptimeAgent Peon

    Messages:
    36
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi.

    Did you try to put your table into div with specific width/height and auto overflow? For example:
    <DIV STYLE="overflow: auto; width: 500px; height: 400px;">
    <TABLE>
    ...
    </TABLE>
    </DIV>
    Code (markup):
     
    UptimeAgent, Feb 15, 2006 IP