摘自 《杀手级的全球Css Reset整理》

里面很多不同种类的初始化的方式,我自己选了 Yahoo 的初始化方式,自己做下记录,呵呵~~

  1. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre
  2. ,form,fieldset,input,textarea,p,blockquote,th,td {
  3.  padding: 0;
  4.  margin: 0;
  5.  }
  6. table {
  7.  border-collapse: collapse;
  8.  border-spacing: 0;
  9.  }
  10. fieldset,img {
  11.  border: 0;
  12.  }
  13. address,caption,cite,code,dfn,em,strong,th,var {
  14.  font-weight: normal;
  15.  font-style: normal;
  16.  }
  17. ol,ul {
  18.  list-style: none;
  19.  }
  20. caption,th {
  21.  text-align: left;
  22.  }
  23. h1,h2,h3,h4,h5,h6 {
  24.  font-weight: normal;
  25.  font-size: 100%;
  26.  }
  27. q:before,q:after {
  28.  content:'';
  29.  }
  30. abbr,acronym { border: 0;
  31.  }


无觅相关文章插件,快速提升流量