找回密码
 入学

QQ登录

只需一步,快速开始

查看: 1286|回复: 0

漂亮的表格

[复制链接]
发表于 2008-12-4 15:35:15 | 显示全部楼层 |阅读模式
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>CSS Tables</title>
  6. <link href="styles.css" rel="stylesheet" type="text/css" />
  7. </head>
  8. <style type="text/css">
  9. /* CSS Document */
  10. body {
  11. font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  12. color: #4f6b72;
  13. background: #E6EAE9;
  14. }
  15. a {
  16. color: #c75f3e;
  17. }
  18. #mytable {
  19. width: 700px;
  20. padding: 0;
  21. margin: 0;
  22. }
  23. caption {
  24. padding: 0 0 5px 0;
  25. width: 700px;
  26. font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  27. text-align: right;
  28. }
  29. th {
  30. font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  31. color: #4f6b72;
  32. border-right: 1px solid #C1DAD7;
  33. border-bottom: 1px solid #C1DAD7;
  34. border-top: 1px solid #C1DAD7;
  35. letter-spacing: 2px;
  36. text-transform: uppercase;
  37. text-align: left;
  38. padding: 6px 6px 6px 12px;
  39. background: #CAE8EA url(images/bg_header.jpg) no-repeat;
  40. }
  41. th.nobg {
  42. border-top: 0;
  43. border-left: 0;
  44. border-right: 1px solid #C1DAD7;
  45. background: none;
  46. }
  47. td {
  48. border-right: 1px solid #C1DAD7;
  49. border-bottom: 1px solid #C1DAD7;
  50. background: #fff;
  51. font-size:11px;
  52. padding: 6px 6px 6px 12px;
  53. color: #4f6b72;
  54. }
  55. td.alt {
  56. background: #F5FAFA;
  57. color: #797268;
  58. }
  59. th.spec {
  60. border-left: 1px solid #C1DAD7;
  61. border-top: 0;
  62. background: #fff url(images/bullet1.gif) no-repeat;
  63. font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  64. }
  65. th.specalt {
  66. border-left: 1px solid #C1DAD7;
  67. border-top: 0;
  68. background: #f5fafa url(images/bullet2.gif) no-repeat;
  69. font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  70. color: #797268;
  71. }
  72. /*---------for IE 5.x bug*/
  73. html>body td{ font-size:11px;}
  74. </style>
  75. <body>
  76. <table id="mytable" cellspacing="0" summary="The technical specifications of the Apple PowerMac G5 series">
  77. <caption> </caption>
  78. <tr>
  79. <th scope="col" abbr="Configurations" class="nobg">Configurations</th>
  80. <th scope="col" abbr="Dual 1.8">Dual 1.8GHz</th>
  81. <th scope="col" abbr="Dual 2">Dual 2GHz</th>
  82. <th scope="col" abbr="Dual 2.5">Dual 2.5GHz</th>
  83. </tr>
  84. <tr>
  85. <th scope="row" abbr="Model" class="spec">lipeng</th>
  86. <td>M9454LL/A</td>
  87. <td>M9455LL/A</td>
  88. <td>M9457LL/A</td>
  89. </tr>
  90. <tr>
  91. <th scope="row" abbr="G5 Processor" class="specalt">mapabc</th>
  92. <td class="alt">Dual 1.8GHz PowerPC G5</td>
  93. <td class="alt">Dual 2GHz PowerPC G5</td>
  94. <td class="alt">Dual 2.5GHz PowerPC G5</td>
  95. </tr>
  96. <tr>
  97. <th scope="row" abbr="Frontside bus" class="spec">地图名片</th>
  98. <td>900MHz per processor</td>
  99. <td>1GHz per processor</td>
  100. <td>1.25GHz per processor</td>
  101. </tr>
  102. <tr>
  103. <th scope="row" abbr="L2 Cache" class="specalt">图秀卡</th>
  104. <td class="alt">512K per processor</td>
  105. <td class="alt">512K per processor</td>
  106. <td class="alt">512K per processor</td>
  107. </tr>
  108. </table>
  109. </body>
  110. </html>
复制代码
您需要登录后才可以回帖 登录 | 入学

本版积分规则

QQ|Archiver|手机版|小黑屋|校园天空成立于2004年2月24日 ( 陕ICP备08000078号-8 )

GMT+8, 2025-5-11 02:40 , Processed in 0.093447 second(s), 17 queries .

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表