[IE9下DIV本来应该居中的结果显示为居左] C语言中怎样让语句的结果居中

 代码如下:


<div style="width:1000px;margin:0 auto;">
<div style="background-color:red; text-align:left;">
区块1
</div>
<div style="background-color:yellow;">
区块2
</div>
</div>