Re: How to set the background of <textarea> to transparent

message from Nigel Ellis on 20 Jul 2004
I don't think it is possible to change the colour of and input/textarea
controls to transparent. Using CSS or JavaScript you can change the
background colour to that of your page.

CSS: textarea { background-color: #FF0000 }

JavaScript. document.<formname}.<textareaid>.style.backgroundColor: #FF0000

I hope this helps.

Nigel Ellis

http://www.csimedia.net

"mariushung" <mariushung.19cbik@mail.forum4designers.com> wrote in message
news:a9d692615cbf5bec03921967f202bbd3@news.thenewsgroups.com...
 

Archived message: Re: How to set the background of <textarea> to transparent (Macromedia Dreamweaver Web Design)