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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T06:28:37+00:00 2026-06-09T06:28:37+00:00

I have a quick question about HTML and CSS. I thought this would be

  • 0

I have a quick question about HTML and CSS. I thought this would be easy to track down, but it’s turning out to be quite the challenge. Essentially, I have 2 DIVs that are side by side, one that is a fixed width and one that is dynamic. The one on the right is a fixed-width, 400px DIV that holds some basic information. The one on the left is supposed to just fill the rest of the page. But there’s a catch, I want to be able to dynamically hide the right DIV at any time (using jQuery) and have the left one fill its space. I know that there’s several ways to do it, and I already know a few. But I want to do as little CSS manipulation in jQuery as possible. Here’s some sample code I have.

<body>
    <div id="right"></div>
    <div id="left"></div>
</body>

<style type="text/css">
    #left {
        height: 100%;
        margin-right: 400px;
    }
    #right {
        float: right;
        width: 400px;
        height: 100%;
    }
</style>

The problem with this is that the right margin is permanently set to 400px. So if the right side were to be re-sized (to 0 width), the 400px margin would remain. Essentially, I need a margin on the left that is the size of the div on the right.

Any help is much appreciated.

  • 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-09T06:28:38+00:00Added an answer on June 9, 2026 at 6:28 am

    You don’t need the margin-right: 400px

    See live demo:
    http://jsfiddle.net/uxCpy/1/

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

Sidebar

Related Questions

I just have a quick question about how you would typically approach this. I
I have a quick question about something I imagine must be pretty easy -
I just have a quick question about how to generate id's on-the-fly for HTML
I have quick question about jQuery plugins, hope somebody out there has some advice.
Have a quick question about what would be the best way to implement iterators
I have a quick question about jQuery selectors. Is doing this: $('.class_el_1, .class_el_2').hide(); The
I have a quick question about this PHP function here. What is the am
I have a quick question about changing the file types PHP parses. This website
I have quick question about text parsing, for example: INPUT=a b c d e
I have a quick question about ARC in iOS. (Sorry I've asked so many

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.