标签: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>
标签:style ar art html line size htm ad
原文地址:http://www.cnblogs.com/njl041x/p/3920188.html