I have the following simple markup:
<div id="container">
<textarea id="content" />
</div>
I need to set the min-width of the div
is large enough to wrap the entire textarea when we start to re-sizing the textarea. How can I do that? I hope this is a very typicall problem but I just haven't come across that. JS or pure CSS?