CSS 书写顺序建议

2007年11月30日 05:10 • 查看 921 次 • 打印本文

来自Mozilla的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

浏览器 Hack:

test:791px!important; /*FF Hack*/
*test:785px!important; /*IE7 Hack*/
test:777px; /*IE7以下*/

评论

发表评论