View Full Version : textarea scrollbar


swtgrl55
04-26-2003, 04:01 PM
here's my code:

<center><textarea style="background-color:transparent; color:#99CCFF; font-family: Comic Sans MS; text-align: center; font-size: 12px; border: 1 dotted #99CCFF" cols="60" rows="10" readonly="readonly" name="message" wrap>Hello this page is under major construction but come back later... it just might be done by then...</textarea><center>

what i want to know is where would i put the code for the scrollbar? if anyone knows plez reply back! thanx a bunch for ur help, i don't know wat i wud do without this site....

MaGiCSuN
04-26-2003, 04:42 PM
just add it into the STYLE="code here" together with the others you allready have

like this:

<textarea style="scrollbar-base-color:pink;scrollbar-arrow-color:purple">text here</textarea>

or you can add in your CSS code this:

textarea { scrollbar-base-color:pink;scrollbar-arrow-color:purple }

Love,
Mirna