How to set the css of a textarea not to be clicked on it.
<textarea></textarea>
Thanks
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.
Try
In most browsers, this will grey out the content of the textarea though, and the user won’t be able to copy any text from within it. If you don’t like that, you can use:
The textarea will then remain clickable, and the user will still be able to select/copy text within it, but he won’t be able to edit it.