Results 1 to 3 of 3

Thread: URGENT table cell scrollbar

  1. #1
    Join Date
    Nov 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default URGENT table cell scrollbar

    URGENT i need 2 know the html on how to put a scrollbal within a table cell i know its possible I just cant remember how I did it

    PLEASE HELP ME

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    HTML Code:
    <table>
    <tr>
        <td><div style="width:200px;height:100px;overflow:auto;">
    Java is completely different from JavaScript - 
    it's more powerful, more complex, and unfortunately, 
    a lot harder to master. It belongs in the same league 
    as C, C++, and other more complex languages.
    </div></td>
    </tr>
    </table>
    There are probably other ways and it is always better to put style in a stylesheet. Just make sure the content (in this case the text) takes up more space than the set size of the division, otherwise there will be no scrollbar.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jul 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Wow!!!! Thanks for the info. How do you change the scroll bar color?

Bookmarks

Posting Permissions

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