/ Published in: CSS
Textareas in IE have vertical scrollbar visible by default. If you want those removed (I know I do) use this line.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
textarea { overflow: auto; }