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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T08:38:37+00:00 2026-06-13T08:38:37+00:00

I need to do with html and css such layout: left width is static

  • 0

I need to do with html and css such layout:
left width is static for 250px
right is fluid, for other rest of screen (100%-250px)

I try so(i’m using sass):

  .wrapper{
    width:100%;
    margin: 0 auto;
    .left{
      width:250px;
      float:left;
    }
    .right{
      float:right;
      width:100%;
      margin-left: 250px;
    }
  }

So how can i solve this problem?

  • 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-06-13T08:38:38+00:00Added an answer on June 13, 2026 at 8:38 am

    This is pretty simple to do: http://jsfiddle.net/joplomacedo/ExHzk/
    If you can’t see the fiddle, here’s the html and css.

    HTML:

    <div class="fixed"></div>
    <div class="fluid"></div>​
    

    CSS:

    .fixed {
        float: left;
        width: 250px;
    }
    
    .fluid {
        margin-left: 250px;
    }
    

    Aside
    I left out the wrapper. It’s not really relevant for the demonstration. One question though: If you’re giving the wrapper a width of 100%, what’s the margin: 0 auto for? And do you really need to specify the width?

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

Sidebar

Related Questions

i need to find away to parse html and css layout to be able
I need to build my application GUI using HTML/CSS/JavaScript with a C++ backend all
I have a HTML/CSS File laid out with a bunch of areas that need
I have HTML + CSS text. I need some lib with simple function like
I have a page that I need to design in PhP/Html/Java/CSS that has to
I need a div css boxes every time with html-php content, when its in
I need to get information about applied CSS styles in HTML page. I used
We include the CSS file via standard HTML STYLE tag. Then we need the
I am working on an offline prototype (html, css and js), and I need
I need to create small thumbnails of HTML elements. I first thought using CSS

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.