//flex table opened by JP

Click to See Complete Forum and Search --> : scroll bar color


ogiedpogi007
02-13-2004, 09:15 PM
i'm doing a webpage for a project in school. Just wondering how to change the colors of the scroll bar.

fishybawb
02-14-2004, 03:44 AM
Put this in the <head> section:


<style type="text/css">
<!--
body
{
scrollbar-3dlight-color: #003360;
scrollbar-darkshadow-color: #053899;
scrollbar-face-color: #003399;
scrollbar-highlight-color: #003389;
scrollbar-track-color: #000000;
scrollbar-shadow-color: #004399;
scrollbar-arrow-color: #008399;
}
-->
</style>


Mess about with the colours by changing the hex values. I think this is IE 5.5+ specific, but I'm not sure.