博客园  :: 首页  :: 新随笔  :: 联系 :: 管理

消除浏览器预设XHTML元素CSS样式

Posted on 2008-05-08 22:48  周末  阅读(245)  评论(0编辑  收藏  举报
{ padding: 0; 
 margin
: 0; }

table 
{ 
 border-collapse
: collapse; 
 border-spacing
: 0; 
 
}

fieldset,img 
{  
 border
: 0; 
 
}
 
address,caption,cite,code,dfn,em,strong,th,var 
{ 
 font-weight
: normal; 
 font-style
: normal; 
 
}

ol,ul 
{ 
 list-style
: none; 
 
}

caption,th 
{ 
 text-align
: left; 
 
}

h1,h2,h3,h4,h5,h6 
{ 
 font-weight
: normal; 
 font-size
: 100%; 
 
}