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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T06:49:55+00:00 2026-05-13T06:49:55+00:00

The image below represents a website layout I am trying to create. The blue

  • 0

The image below represents a website layout I am trying to create. The blue section (bottom right) represents an image should be behind the three neighboring elements and overflow them slightly.

I do not know the best way to do this, at the minute I have a wrapper div round the colored sections and put a background image in there but I am not sure if this is the best approach as the wrapper div needs to have a fixed size.

Any suggestions would be very welcome.

http://www.gumpshen.com/images/layout.png

  • 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-13T06:49:55+00:00Added an answer on May 13, 2026 at 6:49 am

    this should be what you need…

    Your CSS should look something like this:

        <!-- add CSS Reset before this -->
    
    #header {
        background-color:#888;
        height:100px;
    }
    
    #content {
        position:relative;
        float:left;
    }
    
    #topleft {
        position:relative;
        float:left;
        width:50%;
        background-color:yellow;
        z-index:3;
        opacity: 0.5;
        -moz-opacity: 0.5;
        filter:alpha(opacity=50);
        min-height:100px;               
    }
    
    #topright {
        position:relative;
        float:left;
        width:50%;
        background-color:red;
        z-index:3;
        opacity: 0.5;
        -moz-opacity: 0.5;
        filter:alpha(opacity=50);
        min-height:100px;               
    }
    
    #bottomleft {
        position:relative;
        float:left;
        width:50%;
        background-color:green;
        z-index:3;
        opacity: 0.5;
        -moz-opacity: 0.5;
        filter:alpha(opacity=50);
        min-height:100px;               
    }
    
    #bottomright {
        position:absolute;
        left:49%;
        bottom:0;
        width:50%;
        padding:20px 0 0 17px;
        background-color:blue;
        z-index:2;
        min-height:100px;               
    }
    

    Your HTML should look something like this:

    <div id="header">
        <h1>Header</h1>
    </div>
    <div id="content">
        <div id="topleft">
            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
        </div>
        <div id="topright">
            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
        </div>
        <div id="bottomleft">
            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
        </div>
        <div id="bottomright">
            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
        </div>
    </div>
    

    note: “lorem ipsum”, opacity and min-height added just for show 🙂

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

Sidebar

Related Questions

How to create such (see image below) effect using pure HTML JS and CSS?
I want to create an example like the image below but instead have a
I wrote HTML to create the content shown in the image below on Safari
The image below represents the footer The black arrow represents the expandable content Div
In the image below, the yellow square represents a RelativeLayout that's within my overall
Basically, the below image represents the components on the homepage of a site I'm
I'm trying to create a plot where color represents the combination of several values.
I'm trying to create a mapping for tile/pixel positions in one tiled image dataset
I have to represent graphically an oriented graph like in the image below. alt
In the image below there is an area, which has an unknown (custom) class.

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.