PDA

View Full Version : Green Scrollbars???


gelcode
07-18-2002, 11:51 PM
How can I make colored scrollbars like the ones on this page?

mouse
07-19-2002, 12:08 AM
This page usue the following:

<style type="css/text">
body{
SCROLLBAR-BASE-COLOR: #86BF4B;
SCROLLBAR-ARROW-COLOR: #000
}
</style>

In the head tags.

Porygonix
07-19-2002, 12:10 AM
Right Click and View Source, that tells you how to do things that you see on cool pages like these if you can figure out which HTML code it is on the page ^_^

oracleguy
07-19-2002, 04:44 AM
Look here for the JSK tutorial on it:

http://www.javascriptkit.com/howto/scrollbarcolor.shtml

Mark Schneider
10-28-2002, 08:15 AM
Just wanted to say...a tip-o-the-hat to oracleguy for the link to the code for colored scrollbars. I can't wait to try it!