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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:51:01+00:00 2026-05-27T00:51:01+00:00

Is there any work around to do something like this work as expected? I

  • 0

Is there any work around to do something like this work as expected?
I wish there were something like that width:remainder; or width:100% - 32px;.

width: auto; doesn’t works.

I think the only way possible is working around with paddings/margins, negative values, or float, or some html tags hack. I tried also display:block;.

I like to get the same result as this, without tables http://jsfiddle.net/LJGWY/

enter image description here

<div style="position: absolute; width: 100%; height: 100px; border: 3 solid red;" id="container">
    <div style="display:inline; width: (100%-100px); border: 3 solid green;">Fill</div>
    <div style="display:inline; width: 100px; border: 3 solid blue;">Fixed</div>
</div>
  • 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-27T00:51:02+00:00Added an answer on May 27, 2026 at 12:51 am

    Updated answer:

    The answers here are pretty old. Today, this can be achieved easily with flexbox:

    .container {
      border: 4px solid red;
      display: flex;
    }
    .content {
      border: 4px solid green;
      flex-grow: 1;
      margin: 5px;
    }
    .sidebar {
      border: 4px solid blue;
      margin: 5px 5px 5px 0;
      width: 200px;
    }
    <div class="container">
      <div class="content">
        Lorem ipsum dolor sit amet.
      </div>
      <div class="sidebar">
        Lorem ipsum.
      </div>
    </div>

    Original answer:

    Block level elements like <div> will fill 100% of the available width automatically. If you float one of them to the right, the contents of the other will fill the remaining space.

    <div style="height: 100px; border: 3px solid red;" id="container">
      <div style="float: right; width: 100px; border: 3px solid blue;">Fixed</div>
      <div style="border: 3px solid green;">Fill</div>
    </div>
    

    http://jsfiddle.net/5AtsF/

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

Sidebar

Related Questions

Is there any reason something like this would not work? This is the logic
Is there any chance to get this work? I want my tests to be
Are there any jQuery 1.3 animation-transitions that work in both Firefox 3 and IE7?
Is there any reason why this shouldn't work? [PseudoCode] main() { for (int i
Is there any way to define constants in prolog? I'd like to write something
Are there any way that support the X-HTTP-Method-Override request header (automatically/transparently) in RESTeasy? This
Is there any work being done to create a C# compiler to produce native
Is there any reason why JQuery would not work when used in an ASPX
Is there any way to make PVRTC textures work on the iPhone Simulator?
i've learned that you can register body onload like this: window.addEventListener('load', function, capture); //

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.