Given that we don’t know the div’s width beforehand?
My idea: Calculate the div ‘s width with JS, find a way to convert it to cols and the apply the css to the textarea onthe fly. But perhaps there ‘s no need to reinvent the wheel?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
<textarea style="width:100%">* will work in most cases.If it doesn’t, please provide more information!
* Note: for some reason, it will need the
colsandrowsattributes to validate. But setting a width or a height will override them, so put any value you want.