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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T02:46:56+00:00 2026-06-04T02:46:56+00:00

I currently have two side-by-side divs, each set to the width of the page

  • 0

I currently have two side-by-side divs, each set to the width of the page so that I can scroll sideways. The right-hand div needs to peek exactly 40px over into the left side so it’s visible on page-load. I’ve managed (with a lot of help) to get that part fine – the issue now is that there is a 40px gap between the edge of the right-hand div and the edge of the page – illustrated below:

jsFiddle

Any ideas on how to get rid of it? Thanks a lot for any help. The ‘peek’ area has to stay exactly 40px, so using percentages seems to be an issue. Oh, and for an example of how this would look in vertical form, here’s an example.

Cheers.

  • 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-04T02:46:57+00:00Added an answer on June 4, 2026 at 2:46 am

    You’re container has 200% width and is causing the expanding problem.

    You need to reduce its size. It’s a bit difficult because your width are in % and your negative offset is in px.

    What you could do is change the offset to percentage and take that out of the container.
    You will also need to use margin-left rather than left.

    This works for me in chrome inspector:

    #wrapper {
      width: 199%;  /* change here */
      position: relative;
    }
    
    #right {
      float: right;
      width: 50%; 
      background-color:cyan;
      position: relative;
      margin-left: -1%; /* and here */
    }
    

    Fiddle: http://jsfiddle.net/hUyBq/

    *Edit: * 1% is an example, you might want more. update the wrapper accordingly

    *Edit: * Solution using JS: http://jsfiddle.net/bendog/wP4zb/

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

Sidebar

Related Questions

I'm trying to have two divs that's are both width of 500px side by
Currently I have two tests that each individually test for a button_click within a
Say I have two divs A and B, which are currently aligned side by
I (currently) have two forms, one that needs to call the other. In other
I have a small problem. I am trying to align two divs side by
I have two web projects, both these projects share client-side JavaScript currently residing as
I currently have two different models: User and Project . The User model has
I currently have two SQL commands. One retrieves a list of unique IDs from
I currently have two Backbone models: user and project. I would like to have
I currently have two apps: app1/ app2/ templates/ app1.html app2.html In app1.html, I'm including

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.