top



How can I add CSS to textareas ?

I mean what should I type in my CSS

Code:

.what here{
my
css
here

????


Thank's

the HTML:

Code:
<textarea class="test">content</textarea>
CSS:
Code:
.test {CSS GOES HERE}

(:

No... I mean to all text areas... Login,quick reply e.g.

thanks ! Smile

For textarea:

Code:
textarea {CSS HERE}
For the other inputs:
Code:
input {CSS HERE}

(:

Thank's SOLVED

[solved]