当前位置: 代码迷 >> ASP.NET >> Firefox中,Text 和 Button 控件的横向对齐有关问题
  详细解决方案

Firefox中,Text 和 Button 控件的横向对齐有关问题

热度:1966   发布时间:2013-02-25 00:00:00.0
Firefox中,Text 和 Button 控件的横向对齐问题
在Div中有两个控件如下:
  <input style="border:1px solid #818181;font-size:12px; line-height:14px;padding:1px;height:18px;" type="text" />
  <input type="button" class="height:20px;width:39px;border:0;margin:0;" value=""/>
在IE中,这两个控件在横向上是对齐的,但是在Firefox中横向不能够对齐,其中button控件看起来总是往上移了1-2个Pixel,不知道为什么。

急求解答!!!




------解决方案--------------------------------------------------------
position : absolute
  相关解决方案