Remove or hide default scroll bar in IE By default Windows Microsoft Internet Explorer (IE) for all versions have a scrollbar on textareas, even there is no content in .Because IE will treat default CSS overflow property value is scroll. For other browsers it is auto. So to fix this we should have this to [...]