Results 1 to 2 of 2

Thread: scrollbar in HTML

  1. #1
    Harry Crosby is offline Member
    Join Date
    Sep 2009
    Posts
    61
    Rep Power
    3

    Default scrollbar in HTML

    Hi. I am developing a website in HTML. I want scrollbar in my page. Can anybody tell me what code I should write to create scrollbar around the table in HTML? Thanks in advanced.

  2. #2
    Join Date
    Sep 2009
    Posts
    54
    Rep Power
    3

    Default

    I suggest you to refer following example, which will give you something idea about the use of this:
    Code:
    <div style="border:1px yellowgreen solid; width:300px; height:100px; overflow:auto;">
    Content as per your requirement
    </div>

Similar Threads

  1. Javascript Scrollbar discussion group
    By RodríguezBrown in forum Programming
    Replies: 0
    Last Post: 05-06-2010, 03:45 PM
  2. HTML to XML Conversion
    By CarterWatson in forum General Software Terms
    Replies: 2
    Last Post: 02-18-2010, 05:26 PM
  3. Frameset Tag in HTML
    By DavisNelson in forum Programming
    Replies: 2
    Last Post: 01-30-2010, 02:01 PM
  4. frames in html
    By CarterBaker in forum Programming
    Replies: 1
    Last Post: 01-15-2010, 03:47 PM
  5. HTML Help
    By anna26 in forum General Internet Terms
    Replies: 0
    Last Post: 02-09-2009, 11:12 AM

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
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48