|
Post by Bradley on May 11, 2005 20:47:47 GMT -5
To change the colors of the scrollbar in Internet Explorer you can use this code. There is no way to change it for any other browser.
Headers
<style type="text/css"> <!-- body{ scrollbar-face-color: HEX #; scrollbar-highlight-color: HEX #; scrollbar-3dlight-color: HEX #; scrollbar-darkshadow-color: HEX #; scrollbar-shadow-color: HEX #; scrollbar-arrow-color: HEX #; scrollbar-track-color: HEX #;} --> </style>
Replace HEX # with a hex color code.
|
|