IE11中的表格对齐

时间:2016-01-04 11:40:56

标签: css styles internet-explorer-11

在这里输入图片描述我有一张桌子

<div id="main" style="margin-left: initial;">
&nbsp; 
&nbsp;
<table id="history_table"   align="center">
....
</table>
</div>

我在html页面的标签中添加了一些样式。

#history_table{

    background-color:#CCCCCC;
    border:2px solid black;
    margin-left: initial;
    width=9px;


}

表格对齐在Chrome中是正确的,而在IE11中,它在右侧有点。有人可以帮我解决这个问题吗?

由于

enter image description here enter image description here

1 个答案:

答案 0 :(得分:0)

请试试这个:

wpInstalling