实现ie6下的居中

代码如下所示,转自 http://w3help.org/zh-cn/causes/RT8003 对于 text-align 的讨论。

<div style="200px; border:1px solid black; text-align:center;">
  <div style="100px; height:100px; background:lightgrey; text-align:left;">text</div>
</div>
原文地址:https://www.cnblogs.com/asdfq/p/4685523.html