Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8204185
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T07:49:07+00:00 2026-06-07T07:49:07+00:00

I’m writing a small website to learn HTML and CSS and I’m having trouble

  • 0

I’m writing a small website to learn HTML and CSS and I’m having trouble getting my content to scroll in any direction.

When the browser window is resized to the point where any of the content cannot fit, instead of allowing a scroll, it just disappears. The Login button’s div is supposed to appear 950px from the left. Meaning that if the browser window is smaller then that, it will allow you to scroll over, right?

And the News box will display any content written until it reaches the bottom of the browser window. Then it won’t scroll or display.

Any suggestions?

The HTML is here is here and the CSS is here.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T07:49:10+00:00Added an answer on June 7, 2026 at 7:49 am

    Your CSS has many position:fixed attributes in it. When an object’s position is set to fixed, it will stay stationary, even if you are scrolling. Therefore, there was nothing that can move, so you couldn’t scroll. Try changing your CSS to the following:

    body {
    background-color: #222222;
    overflow: auto;
    color: #ffffff;
    font-family: verdana, sans-serif;
    }
    a { color: #ffffff; }
    a:visited { color: #ffffff; }
    
    #page_header {
    margin-top: 55px;
    margin-left: 100px;
    font-size: 50px;
    }
    
    #user_info {
    /*right: 50px;*/
    left: 950px;
    top: 60px;
    position:absolute;
    }
    #user_info a {
    padding: 15px;
    text-decoration: none;
    font-size: 35px;
    }
    #user_info a:hover {
    background-color: #606060;
    }
    
    #boxes {
    margin-top: 100px;
    margin-left: 100px;
    }
    
    #left_content_box {
    padding: 20px;
    background-color: #00cdcd;
    width: 600px;
    float: left;
    }
    #left_content_box header {
    top: 15px;
    left: 50px;
    font-size: 25px;
    }
    #left_content_box section {
    padding: 10px;
    }
    #left_content_box section header {
    padding-top: 25px;
    position: relative;
    font-size: 20px;
    left: 0px;
    }
    #left_content_box section p {
    position: relative;
    top: 20px;
    left: 10px;
    font-size: 15px;
    overflow: auto;
    }
    

    This will keep everything in the same position as it was, except the page can now scroll when the browser is resized to a point that it cannot display all its contents.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
I used javascript for loading a picture on my website depending on which small
I'm having trouble keeping the paragraph square between the quote marks. In firefox the
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I have this code to decode numeric html entities to the UTF8 equivalent character.
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
We're building an app, our first using Rails 3, and we're having to build
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
i got an object with contents of html markup in it, for example: string
I am writing an app with both english and french support. The app requests

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.