问题
Is it possible to hide the scroll bar on an HTML textarea element using CSS or any other means ?
回答1:
style="overflow:hidden"
Not sure why you'd want to do that, though.
来源:https://stackoverflow.com/questions/330895/is-it-possible-to-hide-the-scroll-bar-on-an-html-textarea-element