div居中样式:

show_center{

  margin-left: auto;

  margin-right: auto;

  width: 1000px; //宽度根据自己需要设定

  height: 300px; //根据需要设定
  ...
}

使用样式: <div class="show_center"></div>

这里要注意一点:如果样式中加入 position:absolute; div居中的效果就没了。

posted on 2014-08-20 17:41  鲲入海  阅读(119)  评论(0编辑  收藏  举报