- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 70 guest(s) and 0 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - How to change the scrollbar color? [ ]
Author
Message
Marrons
Nuke Cadet
Joined: Feb 13, 2003
Posts: 4
Location: USA
Posted:
Sat Feb 15, 2003 5:34 pm
I have the deepblue theme and I'm looking for a way to change the color of the scrollbar. I usually do this in the head with this:
<STYLE type=text/css>BODY {
SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-BASE-COLOR: #003366
}
</STYLE>
What do I need to modify to change the scrollbar color?
If anyone knows, please help.
Thanks!
chatserv
General
Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
Posted:
Sat Feb 15, 2003 5:44 pm
Add the following to DeepBlue's style.css file, change the colors to your liking:
Code:
body{
background: #D6EBEB;
color:#000000;
font:12px Verdana,Arial,Helvetica,sans-serif;
scrollbar-3dlight-color:#d1d7dc;
scrollbar-arrow-color:#ffffff;
scrollbar-darkshadow-color:#98aab1;
scrollbar-face-color:#003366;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#dee3e7;
scrollbar-track-color:#efefef
}
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Marrons
Nuke Cadet
Joined: Feb 13, 2003
Posts: 4
Location: USA
Posted:
Sun Feb 16, 2003 1:28 pm
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum