Removing scrollbars from IE7 textarea
Often the default textarea in Internet Explorer 7 has ‘greyed-out’ scrollbars even when no content has been entered. To remove simply add the following style declaration to the style-sheet.
overflow:auto;


Often the default textarea in Internet Explorer 7 has ‘greyed-out’ scrollbars even when no content has been entered. To remove simply add the following style declaration to the style-sheet.
overflow:auto;
Was exactly what I needed, thanks a ton.