The strange gap between float Div and clear DIV in Internet Explorer

Source: Internet
Author: User
Container: padding: 20px; float clear

Putting a div with the clear attribute under the floating div is a common method for layout. If the floating Div and the DIV with the clear attribute are placed in a div as a container, and the outermost div is in the IE browser when it has padding, there is a strange gap between the floating Div and the DIV with the clear attribute.

If you view the examples on the right in IE and Firefox respectively, you will see that in firfox, the performance is the same as we expected, only the padding between the outer container and the div; in IE, there is a 20 PX gap between the floating Div and the DIV with the clear attribute.

Only used for demonstrationCode:

<Div style = "padding: 20px;">

Container: padding: 20px;

<Div style = "float: Left; width: 50%; Background: green; color: White;">

Float

</Div> <Div style = "float: Right; width: 50%; Background: Blue; color: White;">

Float

</Div>

The solution to this problem is to discard the top and bottom padding of the outermost Div container, which is implemented by the top and bottom margin of the internal Div. In this way, the final effect is the same in IE and Firefox.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.