vote up 0 vote down star

Is it possible to hide the scroll bar on an HTML textarea element using CSS or any other means ?

flag

78% accept rate

1 Answer

vote up 2 vote down check

style="overflow:hidden"

Not sure why you'd want to do that, though.

link|flag
Thanks. The reason is that I need to display some text using javascript in an element that has a "value" attribute and can be multi-line. – Ebircsa Dec 1 '08 at 13:53
you could also use a pre or blockquote element – scunliffe Dec 1 '08 at 19:34

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.