文本框文字垂直居中 CSS

<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>
posted @ 2014-08-18 18:13  i迷倪  阅读(791)  评论(0编辑  收藏  举报