【发布时间】:2014-04-03 13:57:31
【问题描述】:
为什么第二行显示在第一行内而不是像其他行一样在下面?代码如下:
http://jsfiddle.net/jdelva/9MfGf/4/
<body>
<table id="mitabla" >
<caption>
<span class="titulo">Tabla de posiciones campeonato nacional</span>
</caption>
<tr class="encabezado">
<th rowspan="2" colspan="2"> #</th>
<th rowspan="2" colspan="2"> /\</th>
<th rowspan="2" colspan="8"> Equipo</th>
<th rowspan="2" colspan="2"> PJ</th>
<th rowspan="2" colspan="2"> PG</th>
<th rowspan="2" colspan="2"> PE</th>
<th rowspan="2" colspan="2"> PP</th>
<th rowspan="2" colspan="2"> GF</th>
<th rowspan="2" colspan="2"> GC</th>
<th rowspan="2" colspan="2"> DG</th>
<th rowspan="2" colspan="2"> Pt</th>
</tr>
<tr class="equipo">
<td>1</td>
</tr>
<tr class="equipo">
<td>2</td>
</tr>
<tr class="equipo">
<td>3</td>
</tr>
</table>
</body>
PS:抱歉我懒得翻译西班牙语,但我的意思是,这些词不是问题
【问题讨论】:
标签: html html-table row