4 <p>The table below should have two columns and a total of
7 cells,
5 arranged in an alternating/overlapping fashion. The cellspacing=
0 for
6 this table. In Nav4.5, this example can be viewed. In
5.0 (jun08
7 win95), this example displays (apparently) as a simple
2x2 table
8 (i.e., some elements are not displayed at all). (The numbers are the
9 position of each TD in the HTML source).
</p>
11 <table border=
"1" cellspacing=
"0" cellpadding=
"0">
13 <td rowspan=
"2" height=
"40">1</td>
14 <td height=
"20">2</td>
17 <td rowspan=
"2" height=
"40">3</td>
20 <td rowspan=
"2" height=
"40">4</td>
23 <td rowspan=
"2" height=
"40">5</td>
26 <td rowspan=
"2" height=
"40">6</td>
29 <td height=
"20">7</td>
33 <p>This is the same table as above, but cellspacing=
5 in this case. For
5.0,
34 (jun08 win95) notice the odd cellspacing overlaps. See also bug #
6304.
</p>
36 <table border=
"1" cellspacing=
"5" cellpadding=
"0">
38 <td rowspan=
"2" height=
"40">1</td>
39 <td height=
"20">2</td>
42 <td rowspan=
"2" height=
"40">3</td>
45 <td rowspan=
"2" height=
"40">4</td>
48 <td rowspan=
"2" height=
"40">5</td>
51 <td rowspan=
"2" height=
"40">6</td>
54 <td height=
"20">7</td>