
Colored
Scroll Bars
Place the below between your <head> and </head> tags. Change
the Hex colors to what you would like...........Try the Web
Safe Color Chart to help with the color codes.
<style type="text/css">
<
!--
body {
scrollbar-arrow-color: #ffffff;
scrollbar-base-color: #9966ff;
scrollbar-dark-shadow-color: #9966ff;
scrollbar-track-color: #ff66cc;
} < /style>
|