SCROLLBARS

The following is the code to change the color of your scrollbars. The colors are currently set to those of my site. U can just play with the color codes to get the colors you want.



You see how the scrollbar on the text box below is on the left instead of the usual right side? That's because I entered:

direction:rtl

into the div, or page style code of the page.



And if you would like to eliminate scrollbars from your page, you would add:

overflow:hidden

to the style codes for your page. Or you could add this code to your HTML:



Hosted by www.Geocities.ws