html - How do I get rid of the vertical scrollbar of a textarea in IE? -


There is a dirty right-in-turn scrollbar in textarea in IE, textarea is cleaned in FF, how to clean it in IE ?

Quick use shows that IE6 and IE8 (unable to test) 7 this time) both Respect auto value for overflow Thus, to appear when scroll bars are required, but when not hidden, add the following style rule:

  textarea {overflow: auto; }  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -