Transparent Background in textarea

liunx

Guest
Ok - last question... about textareas.<br />
<br />
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?<!--content-->Just use CSS:<br />
<br />
<textarea style="color: black; background-color: transparent;">Your text</textarea><!--content-->Thanks a lot - I'm roll'n now.<!--content-->You bet... :)<!--content-->
 
Back
Top