Placeholder text is not vertically centered in Safari

后端 未结 7 483
挽巷
挽巷 2021-02-02 08:30

Do you have any idea on how to get the placeholder attribute to vertically center in safari? Though when you start typing, the text is perfectly centred.

7条回答
  •  感情败类
    2021-02-02 09:05

    The easiest way is to use both the line-height and height CSS properties. Just give the text input a line-height with the same value as its height.

    By the way, your live site looks okay to me in chrome 16.

    enter image description here

提交回复
热议问题