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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T14:31:38+00:00 2026-05-15T14:31:38+00:00

How should we make 6 column layouts with css without tables and one layer

  • 0

How should we make 6 column layouts with css without tables and one layer above and one layer in buttom?
(with floats ? i try without success)

Thanks

  • 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-15T14:31:38+00:00Added an answer on May 15, 2026 at 2:31 pm

    Here is a simple three-column layout with a header and a footer:

    <!DOCTYPE html>
    <html>
    <head>
    <title>Column Layout</title>
    <style type="text/css">
    .column {
      width: 33%;
      border: 1px solid gray;
      float: left;
    }
    
    #footer {
      clear: both;
    }
    </style>
    </head>
    <body>
    <div id="header">Header</div>
    <div class="column one">
    Column 1
    </div>
    <div class="column two">
    Column 2 I am the very model of a modern major general.
    </div>
    <div class="column three">
    Column 3
    </div>
    <div id="footer">Footer</div>
    </body>
    </html>
    

    By floating the columns they appear next to each other. By using clear: both for the footer it sits below the columns.

    In recent browsers you can implement columns much more simply using CSS3 multi-column layout.

    If you want to vary the number of columns from three to six depending on the available space, you could try using a media query. Like multi-column layout, media queries are a relatively new feature. If you want to achieve this in older browsers, you will need to use JavaScript (or use floats very creatively.)

    For a more detailed discussion of cross-browser multi-column layouts, I highly recommend CSS Mastery: Advanced Web Standards Solutions. It is a great book.

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

Sidebar

Related Questions

how big (binary(xy)) should I make my table column in SQL database if I
So I have a huge program and decided I should make one of the
I am trying to make a 2 column layout, apparently the bane of CSS.
I'm a bit confused whether or not I should make the links on my
In java they say don't concatenate Strings, instead you should make a stringbuffer and
I have a sandboxed Applet, but that should not make a difference. The Applet
In my program the receiver has a bigger workload, should i make the sender
What should I do to make my MVC application to be updtable? Saying 'updatable'
What technique should we use to make the httpsession object not loaded heavily with
I'm trying to make a drawable which should look like in the image below:

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.