A Web Design Community curated by Chris Coyier

A little dab'll do ya

Code Snippets

Home » Code Snippets » CSS » Remove Scrollbar from Textarea in IE Submit one!

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. CJBNZ says:

    Thanks! Always wondered how you could do that!

  2. pampalini says:

    thanks, it’s fine but the Opera?

  3. Gurvinder says:

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

  4. Boe Jill says:

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

  5. sajan kota says:

    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 says:

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

  8. kiko says:

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

  9. Panos I. Papadopoulos says:

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

  10. AFI says:

    Thanks. Solved my issue in 1 minute :)

  11. saravanan says:

    useful tip

  12. Noel says:

    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. Uma says:

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

  14. Ricky says:

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

  15. Keiron Lowe says:

    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 says:

    Cool! Thanks a lot!

  17. asaf says:

    short and simple, 10x

  18. Hamlet says:

    Thankx!

It's Your Turn

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 ---