手机
当前位置:查字典教程网 >网页设计 > Div+Css教程 >通过css属性margin:auto让Div中的Table居中
通过css属性margin:auto让Div中的Table居中
摘要:有时候在Div中加上里面的Table是不会居中的我们可以在Table中加上margin:auto比如:

有时候在Div中加上 <div style="text-align:center"></div>里面的Table是不会居中的我们可以在Table中加上 margin:auto比如:

<div>

<table border="1" cellpadding="3" cellspacing="0">

<tr><td></td> </tr>

<tr>

</table></div>

【通过css属性margin:auto让Div中的Table居中】相关文章:

设置cssClass属性生成的html中check没有class属性问题

通过css加载远程字体示例代码

css技巧收藏——经典中的经典

CSS属性display:inline

CSS制作网页总结的一些经验

CSS基础教程:Borders 边框

使用position:fixed属性让DIV居中

css的margin缩写方式

css布局中的居中问题

CSS代码缩写技巧a

精品推荐
分类导航