how do i make my textarea transparent | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

how do i make my textarea transparent

10th May 2020, 1:25 PM
Posi
Posi - avatar
2 Respuestas
+ 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