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

文本框文字垂直居中 CSS

时间:2014-08-18 20:12:42      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:style   ar   art   html   line   size   htm   ad   

<html>
<head>
<style type="text/css">
    #text {
        height:20px;
        vertical-align:middle;
        line-height:20px;  /*line-height must be equal to height*/    
    }
</style>
</head>
<body>
    <table>
        <input type="text" id="text">
    </table>
</body>
</html>

文本框文字垂直居中 CSS,布布扣,bubuko.com

文本框文字垂直居中 CSS

标签:style   ar   art   html   line   size   htm   ad   

原文地址:http://www.cnblogs.com/njl041x/p/3920188.html

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