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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T07:47:32+00:00 2026-06-04T07:47:32+00:00

I want to have effect with div where left div is 100% and right

  • 0

I want to have effect with div where left div is 100% and right stay fixed

<!DOCTYPE html>
<html>
<style>
.left {
width: 100%;
float: left;
border: #ccc solid 1px;
}
.right {
width: 50px;
float:left;
border: #987 solid 1px;
}
.main {
border: #666 solid 1px;
margin: 0px auto;
}
.clear {
clear:both;
}

</style>
<body>
<div class="main">
<div class="left">
</div>
<div class="right">
</div>
<div class="clear"></div>
</div>
</body>
</html>

I know I could use table to achieve this easy, but how can I achieve this with div’s

  • 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-04T07:47:34+00:00Added an answer on June 4, 2026 at 7:47 am

    You mean this?:
    http://jsfiddle.net/JPPaf/

    If you’re going to use borders nest another div inside and apply borders to that inner div since it will save you alot of problems.

    <!DOCTYPE html>
    <html>
    <style>
    .left {
    margin-right:50px;
    background:red;
    }
    .right {
    width:50px;
    float:right;
    background:green;
    }
    .main {
    border: #666 solid 1px;
    margin: 0px auto;
    }
    .clear {
    clear:both;
    }
    
    </style>
    <body>
    <div class="main">
    <div class="right">
    right
    </div>
    <div class="left">
    left
    </div>
    <div class="clear"></div>
    </div>
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to have two div's side-by-side with the left one fixed and the
I want div animation effect. For eg:- I have two divs, div A, div
My HTML: div.container My CSS: html, body { height: 100%; background-color: red; padding-left: 0px;
I want use three div to create a round effect,like <div class=wrapper> <div class=left-corner></div>
I have a container div with a fixed width and height , with overflow:
What I want to accomplish is the effect I have seen in this site
I want to achieve the effect of a 2D image I have but a
I have ItemsControl with DataTemplate that looks like this: I want to achieve effect
I have this menu structure: http://jsfiddle.net/Rochefort/szL2C/ everything is ok. But i want, hover effect
I want to have a window with the border radius of the content border

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.