html 5プレミアム編

773 ワード

  • インラインブロック:inline-block注ie 6およびie 7はサポートされていません.
  • display:inline-block
  • フローティング:floatfloat:rightの順序が逆の
  • のようなドキュメントフローを書く順序から逸脱させる.
    float: left|right|none|inherit
  • clear
  •   :
        1.   ,              
        2.        ,        ,   ,margin    
        3. inline-block,      
        4. after      ,           , :
        fatherClass:after {
            content: "";
            display: block;
            clear: both;
        }
  • 位置決め:position
  •     
        :
                  
              
                   ,   document    
                    
        
    z-index     
        
        fixed,    ,              
    static:   
    inherit:       ,   

    転載先:https://www.cnblogs.com/boykait/p/9962060.html