PHP程序员站--PHP编程开发平台
 当前位置:主页 >> 网页制作 >> CSS >> 

css重置代码

css重置代码

来源:phperz.com  作者:phper  发布时间:2012-06-14
css重置代码。页面布局必备。 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } table { border-collapse:collapse; border-spacing:0; } fieldset,img { border:0; } address,caption,ci

css重置代码。页面布局必备。

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {   
    margin:0;  
    padding:0;  
}
table { 
    border-collapse:collapse;  
    border-spacing:0;  
}
fieldset,img {   
    border:0;  
}
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal;  
    font-weight:normal;  
}
ol,ul { 
    list-style:none;  
}
caption,th { 
    text-align:left;  
}
h1,h2,h3,h4,h5,h6 { 
    font-size:100%;  
    font-weight:normal;  
}
q:before,q:after { 
    content:'';  
}
abbr,acronym {
    border:0;  
}


延伸阅读:
重置默认样式:css reset
Tags: css   重置代码  
最新文章
推荐阅读
月点击排行榜
PHP程序员站 Copyright © 2007-2010,PHPERZ.COM All Rights Reserved 粤ICP备07503606号