How do I make the background of a scrolling text box transparent on front page?!

  • Thread starter Thread starter Jenn
  • Start date Start date
You use the background-color style attribute:

<textarea style="background-color:transparent" rows="2" name="S1"
cols="20"></textarea>

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top