CSS初始化代码_Div+CSS教程

编辑Tag赚U币
教程Tag:CSS初始化添加
1.
  1. charset ”utf-8″; 
  2. html {background:url(/www/pic/head_back.gif) repeat-x top #FFF
  3. body {width:920px;font:12px Arial;margin:0 auto;padding:0;color:#000;} 
  4. a{color:#000text-decoration:none
  5. a:hover {color:#f00text-decoration:underline
  6. ul,ol,p,dl{margin:0;padding:0
  7. ul,ol,dl{height:100%;overflow:hidden
  8. li{list-style:none
  9. img {border:none
  10. h1,h2,h3,h4{font:12px Verdana;margin:0;padding:0
  11. input {font:12px Verdana
2.
  1. /*为背景定义了颜色*/ 
  2. /*html { 
  3. color:#000; 
  4. background:#FFF; 
  5. }*/ 
  6. body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6precode, form, fieldset, legend, input, textarea, p, blockquote, th, td { 
  7. margin:0
  8. padding:0
  9. /*合并边线,边线空间至零.*/ 
  10. table { 
  11. border-collapse:collapse
  12. border-spacing:0
  13. /*清除边线*/ 
  14. fieldset, img { 
  15. border:0
  16. address, caption, cite, code, dfn, em, strong, th, var { 
  17. font-style:normal
  18. font-weight:normal
  19. li { 
  20. list-style:none
  21. caption, th { 
  22. text-align:left
  23. h1, h2, h3, h4, h5, h6 { 
  24. font-size:100%
  25. font-weight:normal
  26. /*添加空字符清除融合*/ 
  27. q:before, q:after { 
  28. content:”; 
  29. abbr, acronym { 
  30. border:0
  31. font-variant:normal
  32. /* to preserve line-height and selector appearance */ 
  33. sup { 
  34. vertical-align:text-top
  35. sub { 
  36. vertical-align:text-bottom
  37. input, textarea, select { 
  38. font-family:inherit; 
  39. font-size:inherit; 
  40. font-weight:inherit; 
  41. /*to enable resizing for IE*/ 
  42. /*在ie下重定义*/ 
  43. input, textarea, select { 
  44. *font-size:100%
  45. /*because legend doesn’t inherit in IE */ 
  46. /*IE下legend不继承 */ 
  47. legend { 
  48. color:#000

来源:52CSS//所属分类:Div+CSS教程/更新时间:2012-08-06
相关Div+CSS教程