在我的 html 中,表格显示了一条红线。在 Firefox 中,我得到了正确的线路。但在 IE 中,该行的行高增加了。如下图所示。
<table width="100%" align="center" border="0" cellSpacing="0" cellPadding="0" summary="">
<tr>
<TD style="BACKGROUND-COLOR: red"><IMG alt="" src="myImage.gif" width=1 height=1>
</TD>
</tr>
</table>
在火狐中:
在 IE 中:
为什么会发生这种情况或我该如何解决。