View Full Version : See Through Text Area's HELP!!!


roxygurlie
07-10-2003, 03:40 AM
I hope you know what I mean by this... do you know the html code for making a text area (small text area with scroll bars thing) that has the backround color of it see-through? KIndof like.. If I wanted to make a text area but i didn't want the backround color of it to interfere with my pages backround, i can make the backround of the text area see through so I can see the backround of my page.. I hope you know what I mean.. THANKYOU! :)

Alcy
07-10-2003, 06:24 AM
<textarea style="background-color:transparent;">
TEXT
</textarea>

Or, if you want to use a DIV....
<div style="overflow:auto; width:#px; height:#px;">
TEXT
</div>

Sum1YouDontKno
07-10-2003, 06:38 AM
Well if this is in xanga.. In your look in feel section, there should be a part called Left side modules, pick transparent

bellportal
07-10-2003, 12:58 PM
You could just make the text area the same colour as your background.

HTH,