Encountering Issue with IE
Every time I use
<textarea style="overflow :auto" rows="2" cols="10"/>
I notice a scroll bar appearing. Is it possible to achieve the same appearance without the overflow style (which removes the scrollbar) and mimic a Textfield instead?
In summary, aiming for a textfield that displays 2 rows.