Coloured Scroll Bar

To make a coloured scroll bar first of all copy and paste this code onto your page(if your using piczo make sure you put it in the html bit) <style type="text/css"> <!--body { scrollbar-face-color: COLOUR; scrollbar-arrow-color: COLOUR; scrollbar-track-color: COLOUR; scrollbar-3dlight-color: COLOUR; scrollbar-highlight-color: COLOUR; scrollbar-shadow-color: COLOUR; scrollbar-darkshadow-color: COLOUR;} --> </style> you need to chnage where it says COLOUR to a colour. Click here for some colour codes
But before you do that I'm gonna show you what each thing will change,
If you change the COLOUR in scrollbar-face-color: COLOUR; it will change the bit highlited in red in this picture;


If you change the COLOUR in scrollbar-arrow-color: COLOUR; it will change the bit highlited in red in this picture;


If you change the COLOUR in scrollbar-track-color: COLOUR; it will change the bit highlited in red in this picture;


If you change the COLOUR in scrollbar-3dlight-color: COLOUR; it will change the bit highlited in red in this picture;


If you change the COLOUR in scrollbar-highlight-color: COLOUR; it will change the bit highlited in red in this picture;


If you change the COLOUR in scrollbar-shadow-color: COLOUR; it will change the bit highlited in red in this picture;


If you change the COLOUR in scrollbar-darkshadow-color: COLOUR; it will change the bit highlited in red in this picture;





Search