flamingsquirrel

Removing scrollbars from IE7 textarea

ie7 textareaOften 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;

One Response to “Removing scrollbars from IE7 textarea”

  1. Joseph McCullough commented on

    Was exactly what I needed, thanks a ton.

Leave a Reply