美文网首页
取消浮动

取消浮动

作者: 奋斗的小小小兔子 | 来源:发表于2018-07-17 17:04 被阅读7次
    1. the parent element add class="clearfix"
    
    .clearfix:after{
      content:"";
      height:0;
      line-height:0;
      display:block;  
      visibility:hidden;
      clear:both;
    }
    
    .clearfix {
      zoom:1; // For compatibility with IE
    }
    
    
    

    相关文章

      网友评论

          本文标题:取消浮动

          本文链接:https://www.haomeiwen.com/subject/gjjgpftx.html