Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
CSS
In IE 11 , the letter "w" comes with extra space. i.e. : "Password" becomes "Passw ord"

This only happens when font-family = arial and font-size = 11px.


SQL
body, table, input, select, textarea {
        font: 11px normal Arial, Helvetica, sans-serif;
    }

anybody know the reason behind it ?
Posted

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900