2011-03-21 70 views
5

我有以下幾點:爲什麼按鈕元素的高度與具有相同高度屬性的同級輸入元素的高度不匹配?

<div style="border:solid 1px gray; height:22px; line-height:22px; display:inline-block;">Div</div> 
<input style="border:solid 1px gray; height:22px; line-height:22px; vertical-align:top;" type="text"> 
<button style="border:solid 1px gray; height:22px; line-height:22px; vertical-align:top;">Button</button> 

正如你可以在這個jsFiddle看到,爲什麼比其他人短按鈕元素1px的?在Chrome和Firefox中。

回答

相關問題