PDA

View Full Version : scroll bar??


adash5000
03-28-2003, 12:13 AM
Is it possible to change the design or the color of the scroll bar like you see it on this website, the green scroll bar.
If not then how????

WA
03-28-2003, 12:20 AM
Hi adash5000:
Please do a search on the forums for this, as it's a question that has been asked many times. Basically add the following style sheet to your page, and play around with the colors:

<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>

cg9com
03-28-2003, 02:31 AM
i think i read 3dlight and highlight are the same?
you can also use scrollbar-base-color:#fff; this example will set all other values with white in mind. :)