Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

scroll bars

Status
Not open for further replies.
Dec 18, 2001
74
NL
how do i change scroll bars colors? such as on ? also for the text fields? are there any way that i can change the color?

thanks
sharifsucks
 
Here is one way


<style>
BODY{
scrollbar-face-color:#4a6b8f;
scrollbar-shadow-color:white;
scrollbar-highlight-color:white;
scrollbar-3dlight-color:white;
scrollbar-darkshadow-color:white;
scrollbar-track-color:white;
scrollbar-arrow-color:white;
}



As for text color if you are useing DW
highlite the text then change the color in the
properties box.
 
Actulay thats the only way...unless you use a dynamicaly created scrolbars... I have not failed; I merely found 100,000 different ways of not succeding...
 
i mean the text fields, not the text itself, the place where you can type things in. on the example site it's the place to register your domain. how can i change the color?
 
Configure it as needed, but this is the basic of making the text box a different color.

<input type=text name=&quot;textfield&quot; length=&quot;20&quot; style=&quot;color: #003366;
font-style: normal; font-family: verdana; font-weight: normal;
font-size:12px; background-color: #66FFFF&quot;>

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top