how do i make my textarea transparent | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how do i make my textarea transparent

10th May 2020, 1:25 PM
Posi
Posi - avatar
2 Answers
+ 5
You have to use CSS' background property. textarea { background: transparent; }
10th May 2020, 1:29 PM
Raj Chhatrala
Raj Chhatrala - avatar
+ 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 :))
10th May 2020, 1:29 PM
Arb Rahim Badsa
Arb Rahim Badsa - avatar