2011-11-29 31 views
0

在我的html表格中,我使用了border。但我的邊框在IE 6.0和Firefox中不一致。在IE border-bottom的高度比預期的要高,但在Mozilla中它在所有的邊界上都是一樣的。html表格邊框在IE6.0和firefox中不一致

圖片分別爲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> 

請告訴我如何使它保持一致。

回答