PDA

View Full Version : colours


mathew wise
08-17-2004, 04:59 AM
how can i change the colours of the scroll bar ------------------------------------------>

:eek:

Goldilocks
08-17-2004, 05:29 AM
Put this code between you <head> tags and change the colors to suit your site:

<style>
body{scrollbar-3d-light-color:#FF0000;
scrollbar-arrow-color:#FF0000;
scrollbar-Base-color:#000000;
scrollbar-track-color: #000000;
scrollbar-dark-shadow-color:#330000;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#FF0000;
scrollbar-shadow-color:#990000;
</style>

mathew wise
08-17-2004, 05:41 AM
wicked cheers :D