I want to disable textarea under certain class using css ONLY . I don't want to use Javascript.
<div class='commentArea'>
<textarea> I want do disable this using CSS </textarea>
</div>
How to set the attribute readonly to textarea ? or is there any other way to make textarea non-editable using CSS ?