+ 1
how do i make my textarea transparent
2 Respostas
+ 5
You have to use CSS' background property.
textarea {
background: transparent;
}
+ 1
Do you mean disabling the textarea? Or do you want to make the background transparent?
A bit explanation of your question will help understand what’s your question :))