html表格的系列代码,HTML系列(八):表格(示例代码)
1
2
3
4
5
第9章
6
7
8 body{
9 font:normal 11px auto “Trebuchet MS”, Verdana, Arial, Helvetica, sans-serif;
10 color:#4f6b72;
11 background:#E6EAE9;
12 }
13
14 a{
15 color:#c75f3e;
16 }
17
18 #mytable{
19 width:700px;
20 padding:0;
21 margin:0;
22 }
23
24 caption{
25 padding:0 0 5px 0;
26 width:700px;
27 font:italic 11px “Trebuchet MS”, Verdana, Arial, Helvetica, sans-serif;
28 text-align:right;
29 }
30
31 th{
32 font:bold 11px “Trebuchet MS”, Verdana, Arial, Helvetica, sans-serif;
33 color:#4f6b72;
34 border-right:1px solid #C1DAD7;
35 border-bottom:1px solid #C1DAD7;
36 border-top:1px solid #C1DAD7;
37 letter-spacing:2px;
38 text-transform:uppercase;
39 text-align:left;
40 padding:6px 6px 6px 12px;
41 background:#CAE8EA url(images/bg_header.jpg) no-repeat;
42 }
43
44 th.nobg{
45 border-top:0;
46 border-left:0;
47 border-right:1px solid #C1DAD7;
48 background:none;
49 }
50
51 td{
52 border-right:1px solid #C1DAD7;
53 border-bottom:1px solid #C1DAD7;
54 background:#fff;
55 font-size:11px;
56 padding:6px 6px 6px 12px;
57 color:#4f6b72;
58 }
59
60 td.alt{
61 background:#F5FAFA;
62 color:#797268;
63 }
64
65 th.spec{
66 border-left:1px solid #C1DAD7;
67 border-top:0;
68 background:#fff url(images/bullet1.gif) no-repeat;
69 font:bold 10px “Trebuchet MS”, Verdana, Arial, Helvetica, sans-serif;
70 }
71
72 th.specalt{
73 border-left:1px solid #C1DAD7;
74 border-top:0;
75 background:#f5fafa url(images/bullet2.gif) no-repeat;
76 font:bold 10px “Trebuchet MS”, Verdana, Arial, Helvetica, sans-serif;
77 color:#797268;
78 }
79
80
81
82
The technical specifications of the Apple PowerMac G5 series
83
84 设置
85 1.8GHz
86 2GHz
87 2.5GHz
88
89
90 lipeng
91
M9454LL/A
92
M9455LL/A
93
M9457LL/A
94
95
96 mapabc
97 Dual 1.8GHz PowerPC G5
98 Dual 2GHz PowerPC G5
99 Dual 2.5GHz PowerPC G5
100
101
102 Lennvo
103
900MHz per processor
104
1GHz per processor
105
1.25GHz per processor
106
107
108 Black
109 512K per processor
110 512K per processor
111 512K per processor
112
113
114
115
还没有评论,来说两句吧...