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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T09:00:01+00:00 2026-05-29T09:00:01+00:00

A common problem that I have with web pages is floating div tags creeping

  • 0

A common problem that I have with web pages is floating div tags creeping outside of their containers, like shown in the snippet.

#wrapper {
  border: 1px solid red;
}

#wrapper div {
  float: left;
  font-size: 3em;
}
<div id="wrapper">
  <div>Hello World</div>
</div>

There are a lot of dirty ways to fix this (i.e., inserting a div with clear:both)

However, a much neater solution I have seen is setting the wrapper div with overflow set to hidden:

#wrapper {
  border: 1px solid red;
  overflow: hidden;
}

#wrapper div {
  float: left;
  font-size: 3em;
}
<div id="wrapper">
  <div>Hello World</div>
</div>

This works well across browsers, nice and cleanly with no additional markup. I am happy, but I have no idea WHY it works this way?

All the documentation, I had looked at, indicates overflow:hidden is for hiding content, not resizing a parent to fit its children…

Can anybody offer a explanation for this behavior?

Thanks

Original snippets:
Live example 1: http://jsfiddle.net/ugUVa/1/
Live example 2: http://jsfiddle.net/ugUVa/2/

  • 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-29T09:00:02+00:00Added an answer on May 29, 2026 at 9:00 am

    It creates a block formatting context.

    Block formatting contexts are important for the positioning (see float) and clearing (see clear) of floats. The rules for positioning
    and clearing of floats apply only to things within the same block
    formatting context. Floats do not affect the layout of things in other
    block formatting contexts, and clear only clears past floats in the
    same block formatting context.

    see also: http://www.w3.org/TR/CSS2/visuren.html#block-formatting

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

Sidebar

Related Questions

I have a common problem in an ASP.NET web form. I'm just surprised that
I have: I have several web pages both with this outline: <body> <div id=container>
I must be retarded with searching, because here's another seemingly common problem that I
I'm sure this must be a common problem. I've got a class that in
My problem is one that you would think is quite common, but I haven't
Problem When working with MasterPages, a common irritation I run into is that script
We have a common problem of moving our development SQL 2005 database onto shared
I have a quite common problem, as I saw in the various user groups
I have an application that supplies long list of parameters to a web page,
I have a web-site written in ColdFusion that contains both the usual interactive web

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.