backgr_position-table-row-group.html (3874B)
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> 2 <head> 3 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 4 <title>Background on 'table-row-group'</title> 5 <link rel="next" href="backgr_position-table-column-group.html" title="Background Position: Background on 'table-row-group'"> 6 <link rel="prev" href="backgr_position-table.html" title="Background Position: Background on 'table'"> 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"> 10 11 thead {background: black url(edge.gif) top right no-repeat} 12 tbody {background: black url(edge.gif) bottom left no-repeat} 13 14 </style> 15 </head> 16 <body> 17 <h1>CSS2 Table Backgrounds Test Suite</h1> 18 19 <h2>Part B: Background Position</h2> 20 21 <h3>Background on 'table-row-group'</h3> 22 23 <p>There should be three aqua stripes along the top border edge of each cell in the first row and three stripes along the right border edge of the last cell in that row.</p> 24 <p>There should be three aqua stripes along the bottom border edge of cells E, J, K, and L. There should also be 25 three vertical aqua stripes along the left edge of cell E.</p> 26 27 <dl> 28 <dt>next 29 <dd><a href="backgr_position-table-column-group.html">Background Position: Background on 'table-column-group'</a> 30 <dt>previous 31 <dd><a href="backgr_position-table.html">Background Position: Background on 'table'</a> 32 <dt>contents 33 <dd><a href="./backgr_index.html">Table of Contents</a> 34 </dl> 35 36 37 <table class="separate"> 38 <caption>With 'border-collapse: separate'</caption> 39 <colgroup class="colgroup-A"> 40 <col class="col-1"> 41 <col class="col-2"> 42 <col class="col-3"> 43 </colgroup> 44 <colgroup class="colgroup-B"> 45 <col class="col-4"> 46 </colgroup> 47 <thead> 48 <tr class="th-row-1"> 49 <th class="a">TH A</th> 50 <th class="b">TH B</th> 51 <th class="c">TH C</th> 52 <th class="d">TH D</th> 53 </tr> 54 </thead> 55 <tfoot> 56 <tr class="tf-row-1"> 57 <td class="m" colspan=2>TD M</td> 58 59 <td class="o">TD O</td> 60 <td class="p">TD P</td> 61 </tfoot> 62 <tbody> 63 <tr class="tb-row-1"> 64 <td class="e" rowspan=2>TD E</td> 65 <td class="f">TD F</td> 66 <td class="g">TD G</td> 67 <td class="h">TD H</td> 68 </tr> 69 <tr class="tb-row-2"> 70 71 <td class="j">TD J</td> 72 <td class="k">TD K</td> 73 <td class="l">TD L</td> 74 </tr> 75 </tbody> 76 </table> 77 78 <table class="collapse"> 79 <caption>With 'border-collapse: collapse'</caption> 80 <colgroup class="colgroup-A"> 81 <col class="col-1"> 82 <col class="col-2"> 83 <col class="col-3"> 84 </colgroup> 85 <colgroup class="colgroup-B"> 86 <col class="col-4"> 87 </colgroup> 88 <thead> 89 <tr class="th-row-1"> 90 <th class="a">TH A</th> 91 <th class="b">TH B</th> 92 <th class="c">TH C</th> 93 <th class="d">TH D</th> 94 </tr> 95 </thead> 96 <tfoot> 97 <tr class="tf-row-1"> 98 <td class="m" colspan=2>TD M</td> 99 100 <td class="o">TD O</td> 101 <td class="p">TD P</td> 102 </tfoot> 103 <tbody> 104 <tr class="tb-row-1"> 105 <td class="e" rowspan=2>TD E</td> 106 <td class="f">TD F</td> 107 <td class="g">TD G</td> 108 <td class="h">TD H</td> 109 </tr> 110 <tr class="tb-row-2"> 111 112 <td class="j">TD J</td> 113 <td class="k">TD K</td> 114 <td class="l">TD L</td> 115 </tr> 116 </tbody> 117 </table> 118 <div class="validity"> 119 <a href="http://validator.w3.org/check/referer"><img 120 src="valid-html401.png" height="31" width="88" 121 alt="Valid HTML 4.01!"></a> 122 </div> 123 <address> 124 CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasai@escape.com> 125 </address> 126 127 </body> 128 </html>