0
HTML結構是這樣的:爲什麼CSS背景色使TD寬度增量
<table class="barby-barcode">
<tbody>
<tr class="barby-row">
<td class="barby-cell on"></td>
<td class="barby-cell on"></td>
<td class="barby-cell on"></td>
</tr>
</tbody>
</table>
CSS是這樣的:
table.barby-barcode { border-spacing: 0; }
tr.barby-row { height: 100px; }
td.barby-cell { width: 3px; height: 3px; }
td.barby-cell.on { background: #000; }
但實際上顯示的是td.barby-cell.on寬度爲5px ,爲什麼寬度增量