Forum Moderators: phranque
There is a way, but it only works in IE. You need to use CSS and put the following in for the page you want:
body {
scrollbar-face-color: #whatever;
scrollbar-highlight-color: #whatever;
scrollbar-shadow-color: #whatever;
scrollbar-3dlight-color: #whatever;
scrollbar-arrow-color: #whatever;
scrollbar-track-color: #whatever;
scrollbar-darkshadow-color: #whatever;
}
There are usability issues with changing the scrollbar colour that are worth bearing in mind.
HTH