Results 1 to 4 of 4

Thread: How to create scrollbar around the table in HTML

  1. #1
    Join Date
    Mar 2009
    Posts
    27

    How to create scrollbar around the table in HTML

    I am building a website in HTML & suddenly i realized that i have forgotten the code of creating the scroll bar around the table. My client needs it..!

    Can Anyone Please Help!

  2. #2
    Join Date
    May 2008
    Posts
    2,389

    Re: How to create scrollbar around the table in HTML

    Just Copy & Paste The Code In Side The Table Row, Column, Etc.

    Code:
    <div style="overflow:auto; height:556px;width:564px;">
    Then Adjust The Height And Width as per your requirement.

    Put the script for the content right after, then this code below it:

    Code:
    </div>

  3. #3
    Join Date
    Jan 2008
    Posts
    1,521

    Re: How to create scrollbar around the table in HTML

    What you need to use a frame. Put the table in it's have the HTML file by itself, then make a frame for your main page with the HTML file as the target. You can make all the frame size and if the table is larger than the frame, scroll bars are automatically implemented.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Re: How to create scrollbar around the table in HTML

    Formating the format as per you requirement & then copy & paste to the page you want.

    Code:
    <div style="border:1px yellowgreen solid; width:300px; height:100px; overflow:auto;">
    Content as per your requirement
    </div>

Similar Threads

  1. How to Add scrollbar to bottom of HTML
    By Slender in forum Software Development
    Replies: 5
    Last Post: 22-01-2010, 08:25 PM
  2. How to Set table with Html Background?
    By Aakarshan.d in forum Software Development
    Replies: 3
    Last Post: 26-11-2009, 01:22 PM
  3. Create html table from excel file
    By Laler in forum Windows Software
    Replies: 3
    Last Post: 26-06-2009, 08:44 AM
  4. How to Create super thin table borders in html
    By CAILYN in forum Software Development
    Replies: 3
    Last Post: 18-06-2009, 11:41 PM
  5. How to hide Horizontal scrollbar in HTML & CSS
    By KaramChand in forum Software Development
    Replies: 3
    Last Post: 13-02-2009, 08:12 PM

Tags for this Thread

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
  •  
Page generated in 1,713,970,351.75341 seconds with 16 queries