CSS universal closure code

Source: Internet
Author: User

. Clearfix: After {
Content :".";
Display: block;
Height: 0;
Line-Height: 0;
Clear: both;
Visibility: hidden;
}
. Clearfix {display: inline-block ;}
/* Hide from IE Mac */
. Clearfix {display: block ;}
/* End hide from IE Mac */
/* End of Clearfix */

 

Example:

<Div style = "border: 2px solid red;">
<Div style = "float: Left; width: 80px; Height: 80px; Border: 1px solid blue;"> test Div </div>
<Div style = "float: Left; width: 80px; Height: 80px; Border: 1px solid blue;"> cssbbs </div>
<Div style = "float: Left; width: 80px; Height: 80px; Border: 1px solid blue;"> test Div </div>
<Div style = "float: Left; width: 80px; Height: 80px; Border: 1px solid blue;"> test Div </div>
<Div style = "float: Left; width: 80px; Height: 80px; Border: 1px solid blue;"> test Div </div>
</Div>

As you can see, the border of the external container is a red Div and is not opened. This is because the internal Div will lose the clear: Both and display: block styles after float: left, so the external Div will not be opened.

Add a Clearfix class to the peripheral Div to solve the problem.

This article is also good.

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.