Colour Scrollbars
This script allows you to change inernet explorers scrollbars, as featured througout this site

 

 

Paste The Following Code into the Body Section of Your Web Page

<style>
<!--
BODY{
scrollbar-face-color:#75EA00;
scrollbar-arrow-color:brown;
scrollbar-track-color:#EEEEEE;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
}
-->
</style>