Results 1 to 6 of 6

Thread: [RESOLVED] Scrolling HTML Table?

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Resolved [RESOLVED] Scrolling HTML Table?

    Is it possible to make a HTML Table be able to scroll? I just need it to scroll horizontally.

    Thanks,
    Blake

  2. #2
    Hyperactive Member
    Join Date
    Dec 2005
    Posts
    323

    Re: Scrolling HTML Table?

    Put it inside a scrollable div

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Re: Scrolling HTML Table?

    would I use style or is their an attribute for the DIV Element?
    Blake

  4. #4
    Hyperactive Member
    Join Date
    Dec 2005
    Posts
    323

    Re: Scrolling HTML Table?

    something like this:

    Code:
    <div style="width: 500px; height: 500px; overflow: auto;">
    This gives you scrollbars vertical and horizontal. If you want just horizontal, use an aspanel and set the scrollbar property there.

  5. #5

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Re: Scrolling HTML Table?

    Thanks ediguy...that worked!
    Blake

  6. #6

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Re: [RESOLVED] Scrolling HTML Table?

    Actually, this didn't work. I just not got a chance to test it and before I was in a different page and didn't realize it. There doesn't seem to be a "scrollbar" property/attribute. I'm using an asp:Panel but just not sure how to set the scrolling.
    Blake

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width