Shading a <TEXTAREA> Box

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

For IE5+, how do I color the inside of a <TEXTAREA> box?

Same question for an <INPUT> area.

Thanks!
 
Apply a CSS style

--




| For IE5+, how do I color the inside of a <TEXTAREA> box?
|
| Same question for an <INPUT> area.
|
| Thanks!
|
|
|
 
apply a style

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

and for the input text box, same idea.
<input type="text" name="T1" size="20" style="background-color: #5068A8">
 

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