Mozilla建议的CSS书写顺序

 转自 http://www.webshu.net/jiaocheng/web/CSS/200606/3769.html

/* 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
*
*/

posted on 2007-05-22 10:57  老翅寒暑  阅读(416)  评论(0编辑  收藏  举报

导航