Detailed CSS box distance calculation

Source: Internet
Author: User
First, see the following example:

(1) HTML part content

<body>       <ul>               <li> Revenge moments </li>               <li class= "Widthborder" > Moreau asked Bourg to bring the child Danny to the shrine to avoid the Devil's capture of his soul, in return for the curse he would banish Bourg. </li>       </ul>       <ul>               <li> Source code </li>               <li  class= "Widthborder" > Cole suddenly woke up on a high-speed train, and his side sat with a woman who was strangers talking to herself. </li>       </ul></body> (2) CSS content ul{   backgroud: #ddd;   margin:15px;   padding:5px;} li{   Color:black;   Background: #aaa;   margin:20px;   padding:10px;   List-style:none;} li.widthborder{   border-style:dashed;   border-width:5px;   Border-color:black;   margin-top:20px;}

(3) distance calculated:

(4) Explanation:

in the standard flow: I, the horizontal margin between the elements of the line is cumulative II, the vertical margin between block-level elements is collapsed III, nested box if the father does not specify the size, The default setting is that the parent box is exactly the size of the child box, and if the parent box is sized and the parent box is smaller than the child box, IE6 automatically resizes the parent box to fit the inclusion relationship, while Firefox does not automatically adjust.

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.