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

后端 未结 7 883
醉梦人生
醉梦人生 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 02:12

    Usually one of these below has worked for me in the past using firefox browser.

     vertical-align: bottom;
      vertical-align: top;
    

提交回复
热议问题