View Full Version : How do I change the scroll bar in your guild?


sk8r_punx_27
05-06-2005, 10:33 PM
I want to be able to change the color and the actual scroll bar. XD

sk8r_punx_27
05-06-2005, 10:41 PM
please help someone

Alcy
05-07-2005, 12:09 AM
You can change the colours of the scrollbar via CSS (http://www.lissaexplains.com/css.shtml), but you won't be able to change the actual scrollbar.

<style type="text/css">
body {
scrollbar-face-color : #000000;
scrollbar-highlight-color : #000000;
scrollbar-3dlight-color : #000000;
scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #000000;
scrollbar-track-color : #000000;
scrollbar-arrow-color : #000000;
}
</style>

sk8r_punx_27
05-07-2005, 12:30 AM
It doesn't work! (the code I mean)