在我的html表中,我使用了border
。但我的边框在IE 6.0和Firefox中不一致。在IE border-bottom
的高度超过预期,但在Mozilla中,它在所有边界上都是相同的。
Firefox和IE的图片分别为:
<table>
<tr>
<td style="width:90%;border:2px solid #3399FF;">this is demo</td>
</tr>
</table>
请告诉我如何使其保持一致。
答案 0 :(得分:0)
这对我来说听起来像是一个IE盒子模型问题。 请参阅此http://lloydom.blogspot.com/p/technical-stuff.html并向下滚动到IE 6 BOx模型标题