当前位置: 代码迷 >> HTML/CSS >> 怎么让输入框<input type="text">文字输入的垂直对齐方式为bottom
  详细解决方案

怎么让输入框<input type="text">文字输入的垂直对齐方式为bottom

热度:210   发布时间:2012-03-07 09:13:51.0
如何让输入框<input type="text">文字输入的垂直对齐方式为bottom
我设置了输入框的高,但输入文字时老是在输入框的顶端.请问要设置哪个属性才能修改这个值?谢谢

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