0
在我的html表格中,我使用了border
。但我的邊框在IE 6.0和Firefox中不一致。在IE border-bottom
的高度比預期的要高,但在Mozilla中它在所有的邊界上都是一樣的。html表格邊框在IE6.0和firefox中不一致
圖片分別爲Firefox和IE:
<table>
<tr>
<td style="width:90%;border:2px solid #3399FF;">this is demo</td>
</tr>
</table>
請告訴我如何使它保持一致。
謝謝lloydom.it是非常有用的鏈接 – user1057697