I'm a Web developer.
I have one question about textarea default margin value.
http://jsfiddle.net/tTnCd/175/ This link is jsfiddler site.
I make CSS by
textarea {
position: absolute;
}
<textarea>tyjyjyj</textarea>
You can see a picture from an upper link.
Red checker is default margin on textarea that I say.
How to remove this white space?
Thanks!