xhtml+css網頁布局是否要注意CSS書寫順序?

來源:互聯網
上載者:User
  我們運用xhtml+css網頁布局,實現表現與結構的分離,表現部分的css檔案非常重要,也比較繁雜,我們在書寫CSS檔案時有很多屬性和值,我們就考慮到了書寫順序的問題。
  有時候是先寫了margin或color,然後再寫width和height等等。我們有沒有必要讓我們的編碼更加的工整,更加的科學呢?實踐證明,書寫工整、按一定的規則進行書寫是很有好處的。
  下面是Mozilla Firefox所建議的CSS書寫順序,對我們的代碼書寫很有參考價值:
* mozilla.org Base Styles
* maintained by fantasai
* (classes defined in the Markup Guide -http://mozilla.org/contribute/writing/markup)
*/
/* Suggested order:
//顯示內容
* display
* list-style
* position
* float
* clear
//自身屬性
* width
* height
* margin
* padding
* border
* background
//文字屬性
* color
* font
* text-decoration
* text-align
* vertical-align
* white-space
* other text
* content
  
相關文章

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.