PSD to HTML conversion PSD to HTML conversion PSD2HTML.com with over 300 professionals takes the designs to HTML and beyond

Code Snippet

Home » Code Snippets » CSS » Remove Scrollbar from Textarea in IE

Remove Scrollbar from Textarea in IE

By default all versions of IE have a scrollbar on textareas, even when they are empty.

No other browsers do this, so if you want to remove it so IE can visually match other browsers, just:

textarea { overflow: auto; }

The scrollbar will return (rightfully) when the text in the textarea expands beyond it's bounds.

Subscribe to The Thread

  1. Thanks! Always wondered how you could do that!

  2. pampalini

    thanks, it’s fine but the Opera?

  3. Thank you for this cool tip. can use it at many places.

  4. Boe Jill

    Excellent tip, but as Mr Pampalini asked, how can we make this work in Opera?

  5. Very useful tip. many webmaster would be wait to know how to remove the scroll bar from textarea.
    Thanks once again.

  6. I am in need of this hack (for me it’s hack) as i found lot for removing scrollbar from textarea in IE7. Thanks for this post.

  7. pampalini

    sorry, it works on Opera too, but only from version 10.51! ;)

  8. The same problem with older versions of Opera, any way to fix?

  9. Panos I. Papadopoulos

    Thanks for the simple and right answer! It’s just what I looked for!

  10. Thanks. Solved my issue in 1 minute :)

  11. saravanan

    useful tip

  12. Thanks for that – have checked this in IE 5.5, 6, 7 and 8 and works exactly as described (I’ve seen a few forum posts suggesting that overflow: hidden could be used but that didn’t seem like the right way to approach the problem). This also works correctly if you’re using a dynamic-width textarea (columns value set inline in the tag itself and width value in stylesheet overriding it).

  13. Thank you very much. Really it is very helpful to me.

  14. Nice tip. This is exactly what I’m looking for. Thank you for sharing.

  15. Keiron Lowe

    Hi Chris,

    Hope you could help, I’m using this on a site I am developing but I have found that in IE7 and IE6 it removes the scrollbar, but keeps the space where the scrollbar used to be. Resulting in them two browsers having a wider textarea.

    It’s driving me nuts!

  16. Andrey

    Cool! Thanks a lot!

  17. short and simple, 10x

  18. Hamlet

    Thankx!

  19. if seems like the space of the scroller remains as the scroller disappears. this is not a good solution. this happens in ie7 btw.regards

Speak, my friend

At this moment, you have an awesome opportunity* to be the person your mother always wanted you to be: kind, helpful, and smart. Do that, and we'll give you a big ol' gold star for the day (literally).

Posting tips:
  • You can use basic HTML
  • When posting code, please turn all
    < characters into &lt;
  • If the code is multi-line, use
    <pre><code></code></pre>
Thank you,
~ The Management ~