Click to See Complete Forum and Search --> : Transparent Background in textarea


jreamer
08-17-2003, 04:43 PM
Ok - last question... about textareas.

I have a picture shown in the background of a cell in my table. I placed a textarea in the cell and I used the readonly tag to make it compatible with most browsers... my question is, can I make the image show up in the text area or make the text area transparent to show the background picture of the cell underneath it?

pyro
08-17-2003, 04:46 PM
Just use CSS:

<textarea style="color: black; background-color: transparent;">Your text</textarea>

jreamer
08-17-2003, 09:38 PM
Thanks a lot - I'm roll'n now.

pyro
08-17-2003, 09:39 PM
You bet... :)