为什么 table 默认会有1相素的高度?
<table width= '100% ' cellspacing= '0 ' cellpadding= '0 '>
<tr>
<td style= 'background-color:red; '> </td>
</tr>
</table>
请将以上HTML预览下.
你会发现有一条红线,但我的TD里没有内容,为什么会有红线呢?
[解决办法]
是这样的