码迷,mamicode.com
首页 > Web开发 > 详细

CSS DIV中表格居中显示

时间:2014-09-19 15:15:55      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:style   ar   div   sp   c   r   bs   table   text   

将div的text-align设为center,然后将table的margin设为auto,即:
 <div>
  <table style="margin:auto; width:750px;">

          
     </table>
</div>


 这样在主流浏览器中都可以实现居中.

CSS DIV中表格居中显示

标签:style   ar   div   sp   c   r   bs   table   text   

原文地址:http://www.cnblogs.com/Bryran/p/3981392.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!