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

  • Home
  • SEARCH
  • 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 6786737
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:16:51+00:00 2026-05-26T17:16:51+00:00

Just need, say, 3 columns [will change – could be up to 4] that

  • 0

Just need, say, 3 columns [will change – could be up to 4] that are all flexible width (filling in the screen).

Is there a way to do this w/ CSS? So like three blocks, all lined up horizontally, fill in the screen.

  • 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-26T17:16:52+00:00Added an answer on May 26, 2026 at 5:16 pm

    Your question is a bit vague. However, the simple solution is:

    EDITED: Duh, forgot my positioning info.

    HTML

    <div class="c1"></div>
    <div class="c2"></div>
    <div class="c3"></div>
    

    CSS

    html, body {
       height: 100%;
       position: relative; 
    }
    
    .c1 {
       height: 100%;
       width: 33.3%;
       position: absolute;
       left: 0;
       top: 0;
    }
    
    .c2 {
       height: 100%;
       width: 33.3%;
       position: absolute;
       left: 33.3%;
       top: 0;
    }
    
    .c3 {
       height: 100%;
       width: 33.3%;
       position: absolute;
       left: 66.6%;
       top: 0;
    }
    

    Note: there are various ways to do it. Floats can be used, inline-block, etc.

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

Sidebar

Related Questions

Let's just say that I need to render a certain amount of HTML over
First I need to create a sproc that will give me just a list
First of all let me just say, I know, there is such thing as
Just need a little bit of Javascript to warn people that press the back
I just need to know hot to create a CGLayer that has an image
Is there a query that will get me foreign keys directed at a specific
Just need get some vals located in application.ini(main ini) in the Controller plugin I
I just need a file (picture, pdf or other type file for printing) of
I just need to know if WCF is platform independent like Webservices? Can the
I just need to be pointed in the right direction - I can research

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.