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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T10:23:29+00:00 2026-05-11T10:23:29+00:00

I was wondering if there were any simple examples that did the following *

  • 0

I was wondering if there were any simple examples that did the following

     * A right and a left fixed column with a fluid center.        With full height and width and a header and footer.     * A single left fixed column with a fluid content column 2.        With full height and width and a header and footer.     * A single right fixed column with a fluid content column.       With Full height and width and a header and footer. 

I’ve tried some methods (such as the ones listed on listapart) but they seemed really complicated and they used a lot of divs, or they just didn’t support padding.

Thanks in advance

  • 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. 2026-05-11T10:23:30+00:00Added an answer on May 11, 2026 at 10:23 am

    The examples you found in alistapart.com are as complicated as they need to be, and every serious example that you can find about those layouts supports padding. You will find (and already found) a lot of good examples about it in the internet, just spend some time trying to understand them and you will see that they are not so complicated, in the end.

    Anyway, I have a good demo layout similar to the second you are looking for, here: http://www.meiaweb.com/test/BMS_DM_NI/

    Basically, the html is this:

    <body>         <div id='head'>             <h1>Title</h1>         </div>         <div id='main'>             <div id='navigation'>                 <!-- navigation content -->              </div>              <div id='content'>                 <h2>Content Title</h2>                 <p>                    <!-- main content here -->                 </p>             </div>         </div>     </body> 

    And the css is:

    html {     overflow: auto;     height: 100%; } body {     margin: 0;     padding: 0;     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;     width: 100%;     height: 100%;     line-height: 1.5em; }  #head {     height: 20px;     background-color: #666;     color: #AAA;     padding: 20px 20px; }   #navigation {     width: 210px;     padding: 20px 20px;     background: #efefef;     border: none;     border-right: solid 1px #AAA;     float: left;     overflow: auto; }  #content {     margin-left: 250px;     padding: 20px 20px; } 

    I think it’s simple enough, and it works in all modern browsers.

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

Sidebar

Related Questions

I'm wondering if there are any simple ways to get a list of all
I was wondering if there are any performance differences when using simple queries as:
I am wondering if there is a simple snippet which converts links of any
i just wondering is there any performance issue or anything thing wrong if that
I am wondering is there any way to execute following shell script, which waits
I was wondering if there was any tutorial that introduces 3D Graphics theory while
I was surprised to see that there was no documentation or examples of any
I'm wondering if there's any way to populate a dictionary such that you have
Been wondering are there any ways to measure the learning performance of ANNs. Thanks
I was wondering - are there any known techniques to control access to a

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.