AutoCAD 3DMAX C语言 Pro/E UG JAVA编程 PHP编程 Maya动画 Matlab应用 Android
Photoshop Word Excel flash VB编程 VC编程 Coreldraw SolidWorks A Designer Unity3D
 首页 > css教程

通过css属性margin:auto让Div中的Table居中

51自学网 http://www.wanshiok.com
div,table,居中有时候在Div中加上 <div style="text-align:center"></div>里面的Table是不会居中的我们可以在Table中加上 margin:auto比如:

复制代码
代码如下:

<div style="text-align:center">
<table border="1" cellpadding="3" cellspacing="0" style="width: 60%;margin:auto">
<tr><td></td> </tr>
<tr>
</table></div>

div,table,居中  
上一篇:纯css实现的颜色扇附图  下一篇:强制CSS !important使用介绍