IE8 not displaying textarea resize bottom right corner

Marquinio picture Marquinio · Jul 11, 2011 · Viewed 9.3k times · Source

I'm using IE8 but the textarea resize bottom right corner is not displaying. This same code works ok in Firefox. I also noticed the same problem in some online examples when using IE.

Anyone knows the trick to display the resize bottom corner in IE?

My CSS:

textarea { resize:both; }

My HTML:

<div>
<textarea rows="20" cols="150"> 

</textarea>
</div>

Answer

Fr&#233;d&#233;ric Hamidi picture Frédéric Hamidi · Jul 11, 2011

So far, the resize CSS property is only supported by the Gecko and WebKit engines (i.e. Firefox, Chrome and Safari).

Internet Explorer and Opera do not support it (yet).