CSS Universal Closing code

Source: Internet
Author: User

Add the following CSS style (Universal closing code) to the div (class Clearfix) that needs to be closed:

. Clearfix:after {content:"."; Display:block; height:0; Clear:both; Visibility:hidden;}

Simplified notation:

. Clear {Clear:both; height:0px; overflow:hidden;} >

For example:

<div class= "Clearfix" style= "border:1px 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;" >test div</div></div>

If you do not add a universal closing code to class, you cannot enclose the outer div box in a float div. This is because the internal div loses the style of Clear:both and Display:block after Float:left. Of course, you can also make the external div float or add the internal clear:both div at the end.

CSS Universal Closing code

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.