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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T04:11:30+00:00 2026-05-27T04:11:30+00:00

This is the HTML Code <div class=wrap> <div class=left></div> <div class=center></div> <div class=right></div> </div>

  • 0

This is the HTML Code

<div class="wrap">
    <div class="left"></div>
    <div class="center"></div>
    <div class="right"></div>
</div>

The Center Div got a fixed width the left and right div should use the remaining width

The CSS:

.left { float: left; }
.center { width: 500px; float: left; }
.right { float: right; }

What can i do that the left and right div uses the remaining width?

  • 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-27T04:11:31+00:00Added an answer on May 27, 2026 at 4:11 am

    3 column fluid layout with a 500px center column


    This is a difficult layout for sure. I found this demo page that emulates it:

    http://www.gunlaug.no/tos/moa_27c.html

    And was able to reproduce with a fairly small amount of CSS and HTML (you will have to change your markup). Demo: http://jsfiddle.net/jAsMx/

    <div id="side1">
        <div class="col">
            <p>First</p>
        </div>
        <div>
            <p>Second</p>
        </div>
    </div>
    <div id="side2">
        <div class="col">
            <p>Third</p>
        </div>
    </div>
    
    #side1 {
        width: 50%;
        float: left;
        margin: 0 -260px 0 0;
        background: #fff;
        padding: 0 0 10px;
    }
    #side1 div {
        margin: 0 250px 0 0;
        min-height: 300px;
        background: #dda;
    }
    #side2 {
        width: 50%;
        float: right;
        margin: 0 0 0 -260px;
        background: #fff;
    }
    #side2 .col {
        background: #dda;
        margin: 0 0 0 250px;
    }
    #side1 .col {
        background: #fea;
        width: 500px;
        float: right;
        margin: 0 -250px 0 0 ;
        position: relative;
    }
    .col {
        /* For backgrounds: This is not an equal height layout yet... */
        min-height: 300px;
    }
    

    enter image description here

    It uses negative margins to compensate for the fixed width of the center column, and 2-1-3 column ordering (which provides a minor SEO boost, as your main content is higher in the page source). While this is not a "ready-for-production" layout, it should get you started.

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

Sidebar

Related Questions

I have this HTML code: <div class='com_box'> <div class='com_box_c'> <div class='com_box_info'> <a id='quote'>quote</a> </div>
Say I have jquery code like this: html += '<div class=index>' + item.index +
It's a really simple problem. I've got HTML code like this : <div> <img
What am I doing wrong in this HTML code: <html> <head> </head> <body> <div
I have HTML code like this : <div> <a>Link A1</a> <a>Link A2</a> <a>Link A3</a>
I have html code that looks roughly like this: <div id=id1> <div id=id2> <p>some
i have this code $(function() { $('#ans_vote a span').click(function(){alert('working');return false;});}); and this html <div
I need to center html content inside a div class=partners (top div with 2
I have a html structure like this : <div id=nav_holder style=position:absolute;border-radius:400px;width:0px;height:0px;background-color:#460203;z-index:350px;> <div id=inner_wrap> </div>
I have the next code with some thumbnails: <div class=gallery-wrap> <div class=gallery galleryid-45 id=gallery-1>

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.