Search code examples
htmlcssinternet-explorer-10placeholder

input placeholder line-height issue


enter image description here

What is the issue?

There is a input box with height 36px as show in above image. In IE10 placeholder is not vertically middle.


Solution

  • For all inputs just give

    line-height:normal;
    

    it will take normal line-height and will work fine in all browsers.