我想在表格數據中創建一個表格。但我看到外表和內表之間的差距,我不想要。我不會附着在圖像表中沒有CSS中的兩個邊框空間的表格
我的代碼:
<table class="clearfix sureIQTable scanoTable borderGray TableBottomBorder" id="softTissue">
<tr>
<th nowrap="nowrap" style= "width:1px; background-color: #88A4BB;"></th>
<th nowrap="nowrap" style="width:87px; background-color: #88A4BB;"></th>
<th class="textLeft" style="font-size:12px" colspan="17">
<span class="textLeft"><xsl:value-of select="ScanModeParam/comment"/></span>
</th>
</tr>
<tr>
<th class="textLeft" colspan="3" style="background-color: #88A4BB;vertical-align:top;font-size:15px;font-weight:normal; white-space: nowrap;"><img src="images/GG_Helical.png" alt=""/><br></br>
<td>
<table width="100%">
<tr >
<th class="textCenter width30px" style="font-size:14px;font-weight:bold">Start</th>
<th class="textCenter width100px" style="font-size:14px;font-weight:bold"><xsl:value-of select="ScanModeParam/StartTime/@DisplayName"/></th>
<th class="textCenter width100px" style="font-size:14px;font-weight:bold"><xsl:value-of select="ScanModeParam/WaitTime/@DisplayName"/></th>
<th class="textCenter width100px" style="font-size:14px;font-weight:bold">Start Position(mm)</th>
<th class="textCenter width100px" style="font-size:14px;font-weight:bold"><xsl:value-of select="ScanModeParam/Range/@DisplayName"/></th>
</tr>
</table>
</td>
</tr>
</table>
誰能幫我
感謝
納亞克CSS嗎? – 2014-09-05 13:09:31
定義codepen/jsfiddle需要。 – 2014-09-05 13:10:09
發佈HTML代碼(不是用於生成它的XSL代碼)和實際證明問題的CSS代碼。 – 2014-09-05 13:30:01