IE8 margin: auto 无法居中

  需要给body元素添加属性

body {
    text-align: center;
    width: 100%;
}

  ok,可以正常居中。

posted @ 2016-07-05 15:44  xnuwu  阅读(190)  评论(0编辑  收藏  举报