I am using IE8, but the size of the lower right corner of textarea is not displayed. The same code works fine in Firefox. I also noticed the same problem in some online examples when using IE.
Does anyone know a trick to display the bottom size corner in IE?
My CSS:
textarea { resize:both; }
My HTML:
<div> <textarea rows="20" cols="150"> </textarea> </div>
source share