Does anyone have a solution to the textarea height issue in Chrome?
In the simple case:
<div> <textarea> </textarea> </div>
Google Chrome adds two pixels, so div.height = textarea.height + 2px. And yes, I'm trying Eric "reset.ccs" - it doesn't work.
PS Of course, in my "simple case" textarea and div have a border, padding and margin 0px.
source share