日期:2014-05-17  浏览次数:20786 次

如何让输入框<input type="text">文字输入的垂直对齐方式为bottom
我设置了输入框的高,但输入文字时老是在输入框的顶端.请问要设置哪个属性才能修改这个值?谢谢

------解决方案--------------------
try:
微调lineHeight值你满意为止
===========
<input type= "text " style= "height:30px;border:1px solid #ddd;line-height:25px; " />