/ 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
textarea { overflow: auto; }
You need to login to post a comment.
Textareas in IE have vertical scrollbar visible by default. If you want those removed (I know I do) use this line.
textarea { overflow: auto; }
You need to login to post a comment.