Modify IE's Scrollbar
From Version 6 onwards, Internet Explorer's slider can be tarted up a bit to look rather special. Here is how to do it using Cascading Style Sheets, although this will make bugger-all difference in earlier versions.
Stick this code between the <head> </head> tags where you would normally put stylesheet stuff:
<style type="text/css">
<!--
BODY {
scrollbar-face-color: #003399;
scrollbar-highlight-color: #003389;
scrollbar-3dlight-color: #003360;
scrollbar-darkshadow-color: #053899;
scrollbar-shadow-color: #004399;
scrollbar-arrow-color: #008399;
scrollbar-track-color: #000000;
}
-->
</style>
Replace the above hexadecimal colours with your own desired colour scheme. Lovely.
This is a colour scheme I designed specifically for the
Royal Australian Air Force.
It is especially camouflaged so that if you are surfing the net from an enemy airfield using an unauthorised laptop, the reflection of the sky will hide the colours of the scroll bar and you won't be able to scroll RAAF web pages containing Top Secret information about troop movements. Clever eh..