Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: changing the color of scrollbars


Message #1 by "Donald Carroll" <donald.carroll@f...> on Thu, 9 Jan 2003 21:50:36
Never mind I found the answer. here it is:
<style>
<!--
BODY{
scrollbar-face-color:#8080FF;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#DDDDFF;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
}
-->
</style>


Donald



> I was told that I need to use CSS to change the color of scrollbars.  I 
h> ave looked on www.w3schools.com/ and in several books that I have and I 
c> annot find the reference to scrollbars in CSS.  He told me to 
u> se 'scrollbars-color' or something similar to that. Does anyone know 
what 
t> he proper syntax is for all of the scrollbar atributes in CSS and HTML 
(> if any in HTML).

> Thanks,
D> onald

  Return to Index