html表边框在IE6.0和firefox中不一致

时间:2011-11-29 03:56:15

标签: html internet-explorer-6

在我的html表中,我使用了border。但我的边框在IE 6.0和Firefox中不一致。在IE border-bottom的高度超过预期,但在Mozilla中,它在所有边界上都是相同的。

Firefox和IE的图片分别为:

enter image description here enter image description here

<table>
 <tr>
  <td style="width:90%;border:2px solid #3399FF;">this is demo</td>
 </tr>
</table> 

请告诉我如何使其保持一致。

1 个答案:

答案 0 :(得分:0)

这对我来说听起来像是一个IE盒子模型问题。 请参阅此http://lloydom.blogspot.com/p/technical-stuff.html并向下滚动到IE 6 BOx模型标题

相关问题