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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T18:06:32+00:00 2026-05-14T18:06:32+00:00

is it possible with just css2 to have the following: all the content to

  • 0

is it possible with just css2 to have the following:

  • all the content to be in the flexible div.mid section
  • overlap the top and bottom parts
  • not fussed about ie6

here’s the photoshop with centre slice:

alt text

as you can see the top and bottom parts are quite large and i need to overlap them from the middle slice…

Please dont misunderstand here, i understand how to make a flexible central div, the complexity is in the overlapping of the top and bottom while the mid div remains flexible.

I imagine it requires either negative margins or absolutely position top and bottoms elements with z-index..

  • 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-14T18:06:32+00:00Added an answer on May 14, 2026 at 6:06 pm

    Here’s a kickoff example, you can copy’n’paste’n’run it.

    <!doctype html>
    <html lang="en">
        <head>
            <title>SO question 2781669</title>
            <style>
                #wrap_centre {
                    width: 1000px;
                    margin: 0 auto;
                }
                .top {
                    padding: 0 100px;
                    height: 200px;
                    background: url('http://i39.tinypic.com/11qnzbt.jpg') no-repeat center top;
                }
                .mid {
                    padding: 0 100px;
                    background: url('http://url.to.1px.height.slice.jpg') repeat-y center center;
                }
                .content {
                    position: relative;
                    min-height: 200px;
                    top: -100px;
                    margin-bottom: -200px;
                }
                .bot {
                    padding: 0 100px;
                    height: 250px;
                    background: url('http://i39.tinypic.com/11qnzbt.jpg') no-repeat center bottom;
                }
            </style>
        </head>
        <body>
            <div id="wrap_centre">
                <div class="top"></div> 
                <div class="mid">
                    <div class="content">mid<p>mid<p>mid<p>mid<p>mid<p>mid<p>mid</div>
                </div>             
                <div class="bot"></div> 
            </div>
        </body>
    </html>
    

    You’ll only have to create a new slice for the .mid.

    Update: as per the comments, above is updated.

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

Sidebar

Related Questions

In C we have Sockets and descriptors, it is possible to just take one
Hello guys. I think it isn't possible just using PHP, but just to be
Would it be possible to just label the x axis by the minimum value
<form><input type=file name=first onchange=jsFunction(2);> <input type=file name=second onchange=jsFunction(3);</form> Possible to pass just numbers to
Possible Duplicate: Concatenate Two NSDate String values Just confused that is there any default
I just want to know if is possible to calculate the diference between two
Just wondering is it possible to build CLI app that can be run from
I just wonder if it is possible to only use CSS but not javascript
Using just an sql query is it possible to write the contents of a
Possible Duplicate: Business Case for Resharper I've just recently graduated and I'm working for

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.