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 7532585
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T05:29:47+00:00 2026-05-30T05:29:47+00:00

Please take a look at this . I’ve tried adjusting the overflow properties and

  • 0

Please take a look at this.

I’ve tried adjusting the overflow properties and changing the widths of the images but the scroll bar remains at the bottom of the screen.

Does anyone know what is causing this and how to stop this?

  • 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-05-30T05:29:48+00:00Added an answer on May 30, 2026 at 5:29 am

    The problem is in your .slideshow definition (style.css:199…).

    The browser tries to solve the formula:

    left
    + margin-left
    + border-left-width
    + padding-left
    + width
    + padding-right
    + border-right-width
    + margin-right
    + right
    = parent width
    

    and fails because left is 50% and width is 100%. Your use of margin:-800px won’t help on a device with display width of 1920px, as (1920*1.5 – 800) is 2080 and thus too wide for a device of that size.

    Use the following definition instead, as it will implicit create a element with an width of 100%.

    .slideshow{
        z-index: -9999;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }  
    

    See also CSS Positioned Layout Module Level 3: Section 7.1. Keep in mind, that even when you use the technique described above users with a display width of less than 1024px will have a scrollbar. For this issue try body{overflow-x:hidden;}.

    Your old code (don’t use it! only for completion):

    .slideshow{
        z-index: -9999;
        position: absolute;
        top: 0;
        left: 50%;
        width: 100% !important;
        margin-left: -800px;
    }  
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm sure this is a very simple question but please take a look at
Please take a look at this example: #include <iostream> #include <vector> #include <string> using
Please take a look at this code: template<class T> class A { class base
Please take a look at this page: http://www.carteadenisip.ro/partener/id-753.html - the image is not showing
Please take a look at this link , then click on the bottom in
Please take a look at this: http://halo.meredevelopment.co.uk/2011/11/creative-and-digital-media-apprenticeship/ The menu item 'Halo Home' has the
Please take a look at this piece of code. I'm allocating one byte for
Please take a look at this below line of code in JSF <h:inputText id=name
Please take a look at this macro. It is used in Symbian OS SDK,
Please take a look at THIS page. Please feed in some random data and

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.