Ares
08-10-2003, 01:35 PM
I just recently came across some CSS code for a textarea scrollbar [on HTMLGoodies.com] and I was wondering if there is a way to use text commands inside box and if there is a command to to change the background color of the textarea. Thank you in advance. Here is the code I'm using by the way:
<center><TEXTAREA COLS="30" ROWS="20"
STYLE="scrollbar-base-color:black;scrollbar-arrow-color:grey;">
text
</TEXTAREA>
</FORM></center>
<center><TEXTAREA COLS="30" ROWS="20"
STYLE="scrollbar-base-color:black;scrollbar-arrow-color:grey;">
text
</TEXTAREA>
</FORM></center>