It is done with CSS, either by using an external style sheet, or by placing the style data in the
head section of the page.
Here's an example of placing it in the head section:
<style type="text/css>
body{
scrollbar-arrow-color: rgb(0,0,255);
scrollbar-base-color: rgb(0,128,128);
scrollbar-track-color: rgb(211,253,254);
scrollbar-darkshadow-color: rgb(0,128,128);
scrollbar-face-color: rgb(211,253,254);
}
</style>
You can use common color names, rgb values as above or hex values #D3FDFE to define the colors.
hth
--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer