My TEXTAREA
requires precise spacing, so I've set the formatting as shown below:
TEXTAREA {
font-family: Tahoma, Arial;
font-size: 8pt;
letter-spacing: 0px;
line-height: 13px;
}
The issue arises when typing text into the textarea - the line height is not consistently applied. The last line of every paragraph appears one pixel too high before pressing enter or shift-enter.
This problem seems to only affect Internet Explorer 9, as Firefox 7 and Chrome 14 do not exhibit this behavior (older versions untested).
Is there a solution to rectify this inconsistency?
Additionally, this discrepancy does not occur for the last line of the textarea unless a line break follows it.
Sincerely, Steffen