好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

实现文本标题和input文本框垂直居中对齐_html/css_WEB-ITnose

实现文本标题和input文本框垂直居中对齐:
本章节分享一段代码实例,它实现文本标题与input文本框上下垂直居中效果。
需要的朋友可以做一下参考,代码实例如下:

          蚂蚁部落   #a{  height:30px;  border:1px solid #ccc;}#b{  margin-top:20px;  height:30px;  border:1px solid #ccc;}#a input{  width:200px;  height:30px;  border:1px solid red;}#b input{  width:200px;  height:30px;  border:1px solid red;  vertical-align:middle;}   

蚂蚁部落一

查看更多关于实现文本标题和input文本框垂直居中对齐_html/css_WEB-ITnose的详细内容...

  阅读:46次