Mentally Unstable Tugboat Captain
Posts: 797
Name: Chad
Location: /usr/bin/perl
|
I know how to make it in CSS, which should be cross platform. Web standards (usually, not always) are platform independant. In CSS, the coding you want would be this (put it in your head area):
HTML Code:
<style type="text/css">
body {scrollbar-arrow-color: 990000;
scrollbar-track-color: 990000;
scrollbar-face-color: E8B900;
scrollbar-highlight-color: 990000;
scrollbar-3dlight-color: 990000;
scrollbar-darkshadow-color: 990000;
scrollbar-shadow-color: 990000;}
</style>
Experiment with your colors. I also recommend adding another line after the last one that reads:
HTML Code:
overflow: auto;
That way if you have a page that doesn't need a scrollbar, the scrollbar doesn't appear.
__________________
He's baaaaaaaack....
|