CSS初始化样式
2009年9月11日
自己编写的css初始化样式,希望大家能用上,如有不合理的地方望大家给点意见。
/*uedspace*/
* { margin:0px; padding:0px;}
html{color:#000;background:#FFF;}
body{ text-align:left; font-style:normal; font-size:12px; line-height:20px; font-family:”宋体”,Arial Narrow,arial,serif;}
ul,ol,li{list-style:none;}
table{ border-collapse:collapse; border-spacing:0;}
img,fieldset {border:0;}
h1,h2,h3,h4,h5,h6{font-size:14px;}
input,label,select,option,textarea,button,fieldset,legend,table,td {font-size:12px;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
a { color:#333; text-decoration:none; font-style: normal; }
a:hover{ color:#F00; text-decoration:underline; cursor: pointer;}
整理的很好。我复制走了。谢谢!