1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
3 <meta http-equiv=
"Content-Type" content=
"text/html; charset=ISO-8859-1">
4 <title>Background on 'table-column-group'
</title>
5 <link rel=
"next" href=
"backgr_position-table-row.html" title=
"Background Position: Background on 'table-row'">
6 <link rel=
"prev" href=
"backgr_position-table-row-group.html" title=
"Background Position: Background on 'table-row-group'">
7 <link rel=
"contents" href=
"./backgr_index.html" title=
"Table of Contents">
8 <link rel=
"stylesheet" type=
"text/css" href=
"common.css">
9 <style type=
"text/css">
11 .colgroup-A {background: black url
(../images/edge.gif) bottom right no-repeat
}
12 .colgroup-B {background: black url
(../images/edge.gif) top left no-repeat
}
17 <h1>CSS2 Table Backgrounds Test Suite
</h1>
19 <h2>Part B: Background Position
</h2>
21 <h3>Background on 'table-column-group'
</h3>
23 <p>Three aqua stripes should run just inside the bottom border edge of the last cell in the first three columns and up the right border edge of the cells in the third column.
</p>
24 <p>Three aqua stripes should also run just inside the top border edge of the first cell in the last column and down the left border edge of each cell in that column.
</p>
28 <dd><a href=
"backgr_position-table-row.html">Background Position: Background on 'table-row'
</a>
30 <dd><a href=
"backgr_position-table-row-group.html">Background Position: Background on 'table-row-group'
</a>
32 <dd><a href=
"./backgr_index.html">Table of Contents
</a>
36 <table class=
"separate">
37 <caption>With 'border-collapse: separate'
</caption>
38 <colgroup class=
"colgroup-A">
43 <colgroup class=
"colgroup-B">
48 <th class=
"a">TH A
</th>
49 <th class=
"b">TH B
</th>
50 <th class=
"c">TH C
</th>
51 <th class=
"d">TH D
</th>
56 <td class=
"m" colspan=
2>TD M
</td>
58 <td class=
"o">TD O
</td>
59 <td class=
"p">TD P
</td>
63 <td class=
"e" rowspan=
2>TD E
</td>
64 <td class=
"f">TD F
</td>
65 <td class=
"g">TD G
</td>
66 <td class=
"h">TD H
</td>
70 <td class=
"j">TD J
</td>
71 <td class=
"k">TD K
</td>
72 <td class=
"l">TD L
</td>
77 <table class=
"collapse">
78 <caption>With 'border-collapse: collapse'
</caption>
79 <colgroup class=
"colgroup-A">
84 <colgroup class=
"colgroup-B">
89 <th class=
"a">TH A
</th>
90 <th class=
"b">TH B
</th>
91 <th class=
"c">TH C
</th>
92 <th class=
"d">TH D
</th>
97 <td class=
"m" colspan=
3>TD M
</td>
99 <td class=
"p">TD P
</td>
102 <tr class=
"tb-row-1">
103 <td class=
"e" rowspan=
2>TD E
</td>
104 <td class=
"f">TD F
</td>
105 <td class=
"g">TD G
</td>
106 <td class=
"h">TD H
</td>
108 <tr class=
"tb-row-2">
110 <td class=
"j">TD J
</td>
111 <td class=
"k">TD K
</td>
112 <td class=
"l">TD L
</td>
116 <div class=
"validity">
117 <a href=
"http://validator.w3.org/check/referer"><img
118 src=
"../images/valid-html401.png" height=
"31" width=
"88"
119 alt=
"Valid HTML 4.01!"></a>
122 CSS2 Table Backgrounds Test Suite designed and written by fantasai
<fantasai
@escape.com
>