码迷,mamicode.com
首页 > 其他好文 > 详细

div 内table 居中实现代码

时间:2017-05-27 19:16:28      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:reply   ble   需要   center   htm   居中   hpc   ora   middle   

有时候在一个div里面添加一个表格,如想让它居住排列,需要做如下的操作。

css代码:   
 
代码如下:

  #dlgReply 

/*display: table-cell; 
text-align: center;*/ 
vertical-align: middle; 

table 

margin-left: auto; 
margin-right: auto; 

html代码: 
 
代码如下:

<div id="dlgReply"> 
<table> 
<tr> 
<td> 
<label> 
电话: 
</label> 
</td> 
<td> 
<input type="text" class="textbox" id="" /> 
</td> 
</tr> 
</table> 
</div> 

div 内table 居中实现代码

标签:reply   ble   需要   center   htm   居中   hpc   ora   middle   

原文地址:http://www.cnblogs.com/snowhite/p/6913916.html

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