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

div中的input居中问题
我的问题是,我在其他地方的div中的input在ie7 ,ff ,chorm 中能通过line-height属性使得input垂直居中,但是在其中的一个div中却无论如何也无法实现,在ie6和ie8通过设置input的margin属性可以实现。求解。

------解决方案--------------------
div 用text-align:center这个试试
------解决方案--------------------
<div style="height:30px; line-height:30px;text-align:center;"><input type="text" size="50" /></div>
是这样?
------解决方案--------------------
我也是一直设置input的margin属性