When I set the width of an input and a text area to 94% they appear to be slightly different in width. This is something I have seen many times on many sites.
Can anyone explain why a textarea is not as wide as an input when set to the same % width?
input, textarea {
width: 94%;
}
1 Answer