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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T17:45:28+00:00 2026-05-19T17:45:28+00:00

Hi I have a website with 2 columns, one for main content(green box) and

  • 0

Hi I have a website with 2 columns, one for main content(green box) and one for sidebar(blue box).

How can a create a div that fills the width of the two columns?
and overlaps them?

or atleast if i can create the red div inside the green div it can somehow overlap into the blue one.

enter image description 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-05-19T17:45:29+00:00Added an answer on May 19, 2026 at 5:45 pm
    • Make the green box position: relative
    • Make the red box inside the green box
    • Make the red box position: absolute; top: #px where #px is how far you down you want it from the top of the green box
    • Again, set green box overflow: visible and the red box width as wide as you need.

    If the width of your layout is fluid, you might need to get creative.

    Here is a crappy example:

    <html>
    <head>
    <title>Foo</title>
    <style type="text/css">
    
        #green-box { width: 400px; background: green; float: left; position: relative; height: 300px; overflow: visible; position: relative; }
        #blue-box { width: 100px; background: blue; float: left; height: 300px; }
        #red-box {
            position: absolute;
            top: 50px;
            width: 500px;
            background: red;
            height: 10px;
        }
    </style>
    </head>
    <body>
    
        <div id="container">
    
            <div id="green-box">
                <p>Here is some text!</p>
                <div id="red-box"></div>
            </div>
            <div id="blue-box">
    
            </div>
    
            <div style="clear: both"></div>
        </div>
    
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have website, usually all looks fine but sometimes one div is on the
So basically I have website that has names of cities that can be checked
I have a website with two columns, within a wrapper div. The wrapper has
I have a website that will contain 2 type of layout. With no columns
I have two css columns for my website they fit inside a main container,
I have website where users can login with their Facebook account. I am using
I'm using jQuery. I have website feature that does an ajax search and returns
I have a website with friendly urls. I want all url´s that end with
I have a website that has approx 1000 different strings in a mysql database
I have a website where businesses can load items for sale. Then end users

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.