FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

need a textarea with scrollbar please help

 


andy26
oops i had originaly posted this in the others section so im going to quote what i orignaly put.
Quote:
ok so iv got as far as
Code:
<FORM>
<TEXTAREA COLS="55" ROWS="15"
STYLE="scrollbar-base-color:orange;scrollbar-arrow-color:black;">
Text in the box
</TEXTAREA>
</FORM>


but what i now need to do is try and make the background of the textarea either transparent or orange, another problem im faced with is i want to get the scrollbar orange too but it doenst seem to work for me. plese help. my new site is www.crazybunny.info if you want to have a look at what i need.

it would be great to have it look something like this which a friend drafted in photoshop for me


Last edited by andy26 on Sat Feb 16, 2008 9:02 pm; edited 1 time in total
sonam
I dindn't check in all browser but it is plain css and hope it will work good.

CSS:
Code:
<style type="text/css">
<!--
textarea.orange { 
background-color: #FF6600; border: 3px solid #FF9900;
SCROLLBAR-FACE-COLOR: #0033CC; SCROLLBAR-HIGHLIGHT-COLOR: #0098ff; SCROLLBAR-SHADOW-COLOR: #003e68; SCROLLBAR-3DLIGHT-COLOR: #2CFCFC; SCROLLBAR-ARROW-COLOR: #FEE1A5; SCROLLBAR-TRACK-COLOR: #E6FFD6; SCROLLBAR-DARKSHADOW-COLOR: #99CC99}
-->
</style>


HTML:
Code:
<form name="form1" method="post" action="">
  <textarea class="orange" name="textfield" rows="15" cols="55"></textarea>
</form>


Sonam

P.S.
I am too lazy to change color of scrollbar. Laughing
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.