![]() | |||||||||
|
|
|
|
|
|
|
|
|
|
|
|
CSS Textareas
Basically, here is the code to make your textareas (for example email forms) look all prettyful.
This particular code makes the textarea background transparent so it uses the same background as your page's background. You can of course change that using the following:
This code also makes the border of the textarea dotted.
You can easily change that, just replace "dotted" to one of the below options in the above code in "border-style:".
Just update the #COLOR to whatever hex code you want to use.
| |||||||||