来自Mozilla的CSS书写规范建议

一个来自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


记录:

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

可简单解决IE与FF之间的兼容问题(保持FF,IE7,IE的顺序),但CSS Hack貌似对加载有一定的影响 !
原文地址:https://www.cnblogs.com/CB/p/1308619.html