Remove vertical textarea scrollbar in IE


/ Published in: CSS
Save to your folder(s)

Textareas in IE have vertical scrollbar visible by default. If you want those removed (I know I do) use this line.


Copy this code and paste it in your HTML
  1. textarea { overflow: auto; }

Report this snippet


Comments


You need to login to view comments.