i’m trying to put an textarea expander on a div and i can’t find the right element to set , here explanation of what i’m trying to do :
in the textarea input tags in the bottom corner there is expander for the user to set the size he wants hes textarea to be
my question is , is there a way to put something like that on a div? i don’t looking for javascript code , css or html would be great.
Use CSS3
resize: both;, as seen here: http://dhtmlexamples.com/2011/01/20/creating-a-user-resizable-div-tag-using-css3/