flamingsquirrel

Archive for the ‘XHTML CSS’ Category

Removing scrollbars from IE7 textarea

Wednesday, July 16th, 2008

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;

Subscribe to this site