8.1 overflow溢出隐藏

超过内容之外的部分给隐藏起来

  1. p{
  2. width:300px;
  3. height:10px;
  4. overfolw:hidden;
  5. }
  6. ...
  7. <p>xxxxxxxxxxxxxxxxxxxxxxxx......xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.....</p>
  1. 用来清楚浮动产生的影响
  2. 解决margin-top的传递问题