[精通CSS與HTML設計模式]讀書筆記之CSS中被人忽視的繼承關係

來源:互聯網
上載者:User

  大家用過css,繼承雖然大家都知道,但是真正知道那些東東是,會繼承過來的,那些是不會 "子承父業" 的.現在,就告訴大家哈.[小賀  有錯誤的地方請大家指出,不勝感激!]

  在設計css的時候,很多  屬性 都是可以繼承的.

  1.可繼承的屬性:

  >>>visibility 和  cursor 可以被所有元素繼承

  >>>以下只可被 內嵌元素 繼承 : letter-spacing(偽類裡的), word-spacing,white-space,line-height,color,[font家族]font,font-familly,font-weight,font-size,font-style,font-variant,font-decoration,text-transform,direction

  >>>以下屬性會被 區塊層級元素 繼承: text-align 和 text-indent

  >>>以下屬性會被 列表元素繼承: list-style,list-style-type,list-style-position,list-style-image

  >>>以下屬性會被 表格元素繼承: border-collapse

 

  2.不可繼承的屬性

  >>>以下屬性不可被繼承:

  display,margin,border         padding,background,height           min-height,max-height,width       min-width,max-width,overflow    position,left,right,top,bottom     z-index,float,clear      table-layout,vertical-align,page-break-after,pager-break-before和unicode-bidi[這裡有幾個我們都沒見過,估計用的不多吧]

 

相關文章

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.