View Full Version : code for text area??


Jchan
01-23-2003, 03:25 AM
What is code for text area in css? I know there is a text area with scroll bar that is clear and u are able to see the background behind the text area. Does anyone know the code? Thank you for your help.

MarieYippee
01-23-2003, 03:48 AM
I don't know the text area code, but I know the i-frame one. Do you want that one?

Kiss-My-Kitty
01-23-2003, 05:12 AM
background-color: transparent;

Jchan
01-24-2003, 02:00 AM
hmm i frame? is that similar to text area? Sure gimme the code i will give it shot. Thanks.

to kiss my kitty
yeah i know the background code. I meant the text area code with background code. Do u know the code?


Please don't make double posts.

Kiss-My-Kitty
01-24-2003, 03:29 AM
<style>

textarea, option, select {
background-color: transparent;
}

</style>

Jchan
01-24-2003, 08:49 PM
whoops.. i meant this codes

<STYLE type="text/css">

BODY { background-image:url(http://www21.brinkster.com/jchan18/layout/frontpage11.JPG);
background-attachment:fixed }

textarea, option, select {
background-color: transparent;}


</STYLE>

MarieYippee
01-25-2003, 03:42 AM
I'll have to look for the code, I'm not very good at remembering codes :\ I can't do it right now sorry