写css代码顺序
2013年3月18日
书写顺序和浏览器解析过程有关!浏览器先对dom定位,然后解析自身属性,然后再解析内部对象!
//显示属性
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