View Full Version : Scroll bars......?


junebug
03-05-2003, 02:46 AM
Ok one more question...you see how the scroll bar in this forum is yellow, and matches the forum background? How do you do that? Change the color of the scroll bar I mean. Thnx

lefty
03-05-2003, 03:01 AM
http://www.lissaexplains.com/css.shtml

indianbean
03-05-2003, 03:06 AM
It is a simple css code that goes in the head of your web page

<style type="text/css">

<!--

body
{ scrollbar-face-color : blue;
scrollbar-highlight-color : blue;
scrollbar-3dlight-color : blue; scrollbar-shadow-color : blue;
scrollbar-darkshadow-color : blue; scrollbar-track-color : white;
scrollbar-arrow-color : white}

-->

</style>

that code turned my scroll bars blue anyway!

The tutorial here kind of bunches all the css codes together - a bit confusing

junebug
03-05-2003, 09:40 PM
Is there any other way to do it besides using CSS? I use angelfire, and I don't have the money to upgrade to the package that allows CSS.

kittycat
03-05-2003, 09:57 PM
Angelfire actually does allow CSS with a free account...

junebug
03-05-2003, 10:01 PM
Heehee oops.....its says CGI scripts aren't allowed on a free account. Ok, I'll try the code again. Thnx