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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T21:13:25+00:00 2026-05-30T21:13:25+00:00

This is how i configured the divs in HTML <div id=wrapper><div id=content><div id=details-middle class=box>

  • 0

This is how i configured the divs in HTML

<div id="wrapper"><div id="content"><div id="details-middle" class="box">
..........content.........
</div></div></div>

And this the css for the div’s

#wrapper {
    border-radius: 12px;
font-size:13px;
line-height:140%;
width:1008px;
margin:0 auto;
    margin-top: 15px;
    margin-bottom:15px;

}
#content {
margin-left:20px;
width:1008px;
    }
#details-middle
{
float:left;
width:700px;

}
.box {border: 1px solid #CCC;
border-radius:12px;
margin-bottom:7px; 
padding:10px 12px;
background-color: #FFF;
}

Everything is showing out of the div’s ..

http://grab.by/cdWa

  • 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-30T21:13:26+00:00Added an answer on May 30, 2026 at 9:13 pm

    You are floating details-middle, which means non floated elements will not make room for it, unless they themselves are floated, or you clear the float.

    My preferred solution is to give the parent overflow: hidden; which will force the parent to make room for its floated children:

    #content
    {
        margin-left:20px;
        width:1008px;
        overflow: hidden; /* change here */
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a rolling file appender configured with this: <appender name=RollingLogFileAppender type=log4net.Appender.RollingFileAppender> <file value=appname
I have an ASP.NET 2.0 ListView control (aka:parent) and configured inside this ListView I
I have configured this filter for one of my log4net appenders (uses AdoNetAppender): <filter
Does anyone had the luck to have this configured correctly? Created an account on
I need to display some HTML content as it will be printed. Basically, I
I have the host computer with Ethernet adapter configured by this way: IP address
I'm creating web application behind load balancer. To this moment I configured it to
I built wxWidgets on Linux using this command: ../configure --enable-shared --disable-debug It see results
I'm running autoconf and configure sets SHELL to '/bin/sh'. This creates huge problems. How
Please refer to this post. I have become able to configure my web.config file

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.