Yahoo’s CSS Reset

Posted 2010年07月4日 by classiclori
01.body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
02.form,fieldset,input,textarea,p,blockquote,th,td {
03. padding: 0;
04. margin: 0;
05.}
06.table {
07. border-collapse: collapse;
08. border-spacing: 0;
09.}
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.}

Post Details

  • Post Title: Yahoo’s CSS Reset
  • Author: classiclori
  • Filed As: css
  • Tags:
  • You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
3 views

Leave a Reply