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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T19:14:24+00:00 2026-06-11T19:14:24+00:00

How can i have a layout similar to this? I have seen a few

  • 0

How can i have a layout similar to this?

I have seen a few solutions that are not quite right for me. Examples and comments I have seen suggest this is not possible. (Diagram is missing overflow auto in the middle).
enter image description here

For what it is worth: here is my current fiddle (where I decided to trial a table, hrmmmm).

http://jsfiddle.net/valamas/m8R43/6/

Additional:
Printscreen as mentioned in comments. Occurs when dragging/selecting down the page after adding a header. See: http://dabblet.com/gist/3753308
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-06-11T19:14:25+00:00Added an answer on June 11, 2026 at 7:14 pm

    If you’re not too concerned about source order:
    http://dabblet.com/gist/3748868

    It uses a bit of a hack to get the footer to display on screen on lower viewport heights:

    body {
        border-bottom: 100px solid; /* height of footer */
        box-sizing: border-box;
        }
    

    The ‘border-box’ property is explained here: http://www.paulirish.com/2012/box-sizing-border-box-ftw/
    Basically, what it does is, it makes elements contain borders and paddings inside them. So, the bottom border given to the body here will stay inside the viewport, as opposed to sans-border-box.
    This makes it kind of like a negative space which can be accommodated by the footer. I used ‘border’ because you may want to tinker with the padding.
    As for the footer, it’s fixed positioned, so it’s relative to the viewport, not the layout which is what you’d get with absolute positioning. Hence it lying on top of the bottom border of the body (which shares its height value).

    The center block is fluid because I gave it the ‘overflow: hidden’ property, which clears floats( http://www.stubbornella.org/content/2009/07/23/overflow-a-secret-benefit/ ). It will also work without overflow, but it can cause issues.
    Since you want to be able to scroll when the content inside the columns are larger than the content height, I’ve added a container inside the center column, and gave it overflow: auto.

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

Sidebar

Related Questions

Would be possible to extend this kind of layout so that I can have
I have seen some question the can be similar to this. However, those scenario
I have seen few questions similar to this one, but I wanted to make
I have custom component that I can place in my layout file (XML) for
how can one create a css layout as seen on google wave that resizes
I've seen similar questions asked and the answers were not quite what I'm after.
I have Html Layout Similar to this : Parent Page > iFrame I want
after many hours and starting from similar layout that already worked I have almost
I have a layout similar to this: <div id=...><img src=...></div> and would like to
http://jsfiddle.net/nFrp7/4/ I have a layout similar to this jsfiddle I have created. I want

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.