Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Adding scrolbar to bottom of HTML  (Read 4149 times)

0 Members and 1 Guest are viewing this topic.

John1397

    Topic Starter


    Hopeful
    • Experience: Beginner
    • OS: Windows XP
    Adding scrolbar to bottom of HTML
    « on: January 21, 2010, 08:09:57 AM »
    Is there a code for adding scroll bar to bottom not the side of a HTML document?

    John

    soybean



      Genius
    • The first soybean ever to learn the computer.
    • Thanked: 469
    • Computer: Specs
    • Experience: Experienced
    • OS: Windows 10
    Re: Adding scrolbar to bottom of HTML
    « Reply #1 on: January 21, 2010, 09:15:09 AM »
    Scroll bars automatically appear as needed.  In other words, if you page is too large, in width, to be displayed in the browser window on a computer, then the horizontal scroll bar will automatically appear. Likewise, the vertical scroll bar works the same way.  So, there's no need for a web designer to use some technique to force a scroll bar to appear on a page.

    kpac

    • Web moderator
    • Moderator


    • Hacker

    • kpac®
    • Thanked: 184
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 7
    Re: Adding scrolbar to bottom of HTML
    « Reply #2 on: January 21, 2010, 09:28:19 AM »
    A horizontal scroll bar is a no-no for web designers anyway.

    John1397

      Topic Starter


      Hopeful
      • Experience: Beginner
      • OS: Windows XP
      Re: Adding scrolbar to bottom of HTML
      « Reply #3 on: January 21, 2010, 10:45:47 AM »
      I wrote  document in HTML it is basically all links in the form of paragraphs and as you take the mouse and make your window narrower the contents in the window just squeeze narrower, a 10" wide paragraph becomes 2" wide just more pages down, this doesn't seem right?

      John

      kpac

      • Web moderator
      • Moderator


      • Hacker

      • kpac®
      • Thanked: 184
        • Yes
        • Yes
        • Yes
      • Certifications: List
      • Computer: Specs
      • Experience: Expert
      • OS: Windows 7
      Re: Adding scrolbar to bottom of HTML
      « Reply #4 on: January 21, 2010, 10:47:58 AM »
      If you don't want the size or layout of the page to change, use percentage widths and sizes with everything instead of fixed widths and sizes.

      soybean



        Genius
      • The first soybean ever to learn the computer.
      • Thanked: 469
      • Computer: Specs
      • Experience: Experienced
      • OS: Windows 10
      Re: Adding scrolbar to bottom of HTML
      « Reply #5 on: January 21, 2010, 11:11:29 AM »
      If you don't want the size or layout of the page to change, use percentage widths and sizes with everything instead of fixed widths and sizes.
      ???  kpac, he'd need to do just the opposite to stop the behavior, he'd need to use fixed width, not percentage.

      kpac

      • Web moderator
      • Moderator


      • Hacker

      • kpac®
      • Thanked: 184
        • Yes
        • Yes
        • Yes
      • Certifications: List
      • Computer: Specs
      • Experience: Expert
      • OS: Windows 7
      Re: Adding scrolbar to bottom of HTML
      « Reply #6 on: January 21, 2010, 11:35:54 AM »
      No, sorry, I worded it wrong....

      If you don't want the page to overflow then use percentage widths.

      soybean



        Genius
      • The first soybean ever to learn the computer.
      • Thanked: 469
      • Computer: Specs
      • Experience: Experienced
      • OS: Windows 10
      Re: Adding scrolbar to bottom of HTML
      « Reply #7 on: January 21, 2010, 12:13:00 PM »
      I wrote  document in HTML it is basically all links in the form of paragraphs and as you take the mouse and make your window narrower the contents in the window just squeeze narrower, a 10" wide paragraph becomes 2" wide just more pages down, this doesn't seem right?
      What he's saying here is that no scroll bar appears because the page width adapts to the size of the browser window.  This is the behavior he will see with page width set to 100%, right?  In other words, the contents of the page will be shifted around to fit whatever window size the browser is set at.

      This is not what he wants. He wants the page contents to remain in place when a visitor shrinks their browser window.  By using a fixed width, the objective will be accomplished.  And, a scroll bar will appear at the bottom of the window if the site visitor shrinks their browser window to, or their screen resolution is, less than the fixed width coded in the HTML file.

      raja19



        Greenhorn

        Re: Adding scrolbar to bottom of HTML
        « Reply #8 on: March 15, 2010, 08:34:08 AM »
        i think u can achieve it by using overflow option in CSS
        Am freelancing Web and Graphic Designer.