Possible?
Possible?
- Started
- Last post
- 6 Responses
- REDWOOD
Is it possible to set the background of a texterea tag in html to transparent so that that anoying backgroundcolor is gone?
THNX
- JamesEngage0
you change the colour of the background quite easily... dunno about having it transparent... there is probably some clever dhtml you can do.
- mitsu0
i have always used this:
style='background:;'
- warheros0
could use some css
- Clear0
or put the text in a table and set the table background color to something else or throw in a background image.
- mitsu0
yep:
textarea {background:;}
- mitsu0
sigh...
textarea [background:;]
*sub brackets where necessary