Make form button/text field same height in all browsers?

后端 未结 7 879
醉梦人生
醉梦人生 2020-12-07 01:38

I have the following css and html (drilled down to the essentials. The full code with additional styles can be found here: I have this css I pasted on jsfiddle: http://jsfid

7条回答
  •  攒了一身酷
    2020-12-07 01:55

    Had the same issue with firefox, setting line-height:normal didn’t help. Setting identitcal padding values on both, the input and button element, helped me out.

提交回复
热议问题