What is the issue?
There is a input box with height 36px as show in above image. In IE10 placeholder is not vertically middle.
For all inputs just give
line-height:normal;
it will take normal line-height and will work fine in all browsers.
I usually set a height and line-height to the input[type=text] and inherit these properties to ::placeholder.
height: inherit;
line-height: inherit;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With