Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个输入框,它位于 Div 标签内。我的问题是,当我在此输入按钮中键入 spome 文本时,文本的对齐方式在 IE9 中看起来不错,但是当我在 IE7/IE8 中键入文本时,文本对齐到顶部,而不是居中。我该如何解决?
这是不同浏览器中的行高问题,所以我使用这种方法
http://jsfiddle.net/DA3s5/
<span> <input name="" value="" type="text" /> </span> span{ border:1px solid red; background:gray;} span input{ border:none; background:none;}