当前位置: 首页 > 图文教程 > 网页制作 > CSS样式表 > CSS样式表书写顺序

CSS样式表
RGBA颜色实现背景颜色透明而文字不透明
不够语义网页设计和语义的网页制作
网站布局剖析实例:网页黄金分割
准确获取指定元素CSS属性值
汇总DIVCSS网页布局及网站设计常犯错误
CSS中的!important属性
用CSS进行网页布局的好处
网页设计CSS技巧汇总
参考:2009年不要制作的几种网站
网页在IE6下正常在IE7下错位的问题
网页在IE6下错位在IE7下正常的问题
Web标准和网站重构只是一种思想
支持Web标准在中国
CSS选择符命名的几个原则
历数CSS缩写的一些好处
远离CSS BUG 尽量保持代码有语义
制作网页评论表单
CSS样式命名规范
CSS样式表书写顺序
CSS样式表注释书写规范

CSS样式表书写顺序


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-09-28   浏览: 70 ::
收藏到网摘: n/a

整理了一下自己写CSS时的顺序,跟大家分享下。

下表顺序为从上到下,从左到右:
========================
display || visibility
list-style : list-style-type || list-style-position || list-style-image
position
top || right || bottom || left
z-index
clear
float

width
max-width || min-width
height
max-height || min-height
overflow || clip
margin : margin-top || margin-right || margin-bottom || margin-left
padding : padding-top || padding-right || padding-bottom || padding-left
outline : outline-color || outline-style || outline-width
border
background : background-color || background-image || background-repeat || background-attachment || background-position

color
font : font-style || font-variant || font-weight || font-size || line-height || font-family
font : caption | icon | menu | message-box | small-caption | status-bar
text-overflow
text-align
text-indent
line-height
white-space
vertical-align
cursor