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;background: #somecolor">
text
</TEXTAREA>
</FORM></center>
NOTE: im not much of one of those strict @$$h()le$...but according to people like Charles:
1)the <center> tag is depricated
2)use css positioning for centering elements
sorry i had to say that...i just got my virtual @$$ kicked by guyz like Charles
well, hope it helps!Ok, thank you
<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;background: #somecolor">
text
</TEXTAREA>
</FORM></center>
NOTE: im not much of one of those strict @$$h()le$...but according to people like Charles:
1)the <center> tag is depricated
2)use css positioning for centering elements
sorry i had to say that...i just got my virtual @$$ kicked by guyz like Charles
well, hope it helps!Ok, thank you