View Full Version : Scrollbar on geocities


deliciouspeach
07-10-2003, 02:56 PM
Hi! I need some help! I put in the css code, for making a scrollbar have color and size on both the geocities html editor and the page builder and they don't show up on either. I don't know what I did wrong, if anyone can help I would be so grateful, this problem is frusterating! This is the code I put in:

<style type="text/css">
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>

Thanks so much!

Melanie ;)

starlet
07-10-2003, 04:15 PM
Theres a few bits missing, add the parts in bold...

<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>