推荐的 CSS 书写顺序

浏览器先对dom定位,然后解析自身属性,然后再解析内部对象,所以在书写CSS的时候要注意一下顺序。
推荐的顺序是这样的:
//显示属性
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 @ 2008-07-04 14:52  一抹微蓝  阅读(346)  评论(1编辑  收藏  举报