Welcome To Rainbow Arch Scroll Bar Maker Help File.

rainbow

Quick Links rainbow
Explanations My advice is to go to the " Create your own " scrollbar and fiddle around with some colours to get a better feel of the names.


Where do I put the code?
You place the style code within the head of your document. ( below example ) <html> <head> <title>Your Page</title> <style type="text/css"> <!-- BODY {scrollbar-highlight-color:white;scrollbar-base-color:red;scrollbar-arrow-color:white;scrollbar-shadow-color:gold;} //--> </style> </head> <body> </body> </html>


Does it have to be in the head of my page?
Yes it does have to go into the head of your document.


Is it compatible with all browsers?
No, Some Netscape browsers do not handle Scrollbar colours, But css has a trick!
the <!-- and //--> hides css from non css and older browsers. So you will not get any errors
from using css on your site.