Incorrect vertical alignment in IE8

前端 未结 2 1803
难免孤独
难免孤独 2021-02-02 07:41

The default text in my search box looks fine in Chrome, FF, and Safari (vertical-align: middle).

However, the default text rises to the top of the search box in

2条回答
  •  感情败类
    2021-02-02 08:32

    Specifying line-height causes the cursor to grow very tall in Chrome , i will suggest to use equal padding from top/bottom to vertically align text in IE8, it will work in Chrome/FF/IE8

提交回复
热议问题