<div class="container">
<form action="/html/tags/html_form_tag_action.cfm" method="post">
<div>
<input type="text" id="text" name="text_name" class="mytext" placeholder="Comments" style="height:100px"/>
</div>
</form>
</div>
I want to create a text box that has a set size but as you type in the text box, the box can get longer but not any wider ie on a Facebook or twitter post, as you type instead of text getting hidden on the left hand side the whole box becomes longer
I have also attached the code I currently have
(Also as a side note, how can I get the Comment placeholder to move to the top of the text box)
Thanks in advance