Hello,
Been looking for post on any issues on the resize handle for multiline edit boxes missing in IE and how to have it available but couldn't find any?
Is there a way to make this available on IE(8/9)? I tried the CSS but all it did is add a scroll bar to the text box.
CSS used:
.textarea{
overflow:auto;
resize:both;
}
Firefox and Chrome:
IE 9:
Any suggestions/workarounds on this?
Thanks!
Chay