Digital Jackass
04-16-2002, 10:50 PM
ok i may sound dumb or not, i dont know, but what do you write. I havent found anything that tells you how to do it.
Arch Stanton
04-17-2002, 08:51 AM
BODY {
scrollbar-3d-light-color:#999999;
scrollbar-arrow-color:#FFFF33;
scrollbar-base-color:black;
scrollbar-dark-shadow-color:#333333;
scrollbar-face-color:#666666;
scrollbar-highlight-color:#999999;
scrollbar-shadow-color:black;
}
Steeldolphin
04-17-2002, 09:38 AM
Yeah, just remember it only works in IE I believe, not that I really care about Netscape much for my own personal work, but just though I would let you know. :)
Joel: You revived the "Flying Dill" cool. :)
Arch Stanton
04-17-2002, 09:42 AM
Whether it works in netscape or not, it definately does not cause any errors.
Robouk
04-22-2002, 03:23 PM
Wow this thread is a gold mine. :)
I want to implement color changing scroll bars in the skins for Steel Dolphin
relic9ine
05-02-2002, 06:02 AM
If you use dreamweaver you can use this exstention -
http://www.pixelshade.com/forums/attachment.php?s=&postid=154
Steeldolphin
05-02-2002, 02:28 PM
man this thread is a gold mine I wanted to add the changing scroll bar colors with the skin system in the SDC site. :)
Steeldolphin
05-02-2002, 04:16 PM
Robo: now can that code be included in a globally linked css file? Or does it need its own link (since the site is dynamic I cant just paste it into the page itself.)
I seem to remeber trying that before (putting it in a css file) and it didnt work.
Robouk
05-02-2002, 04:19 PM
it should work fine in a linked CSS file, just make sure you add the body{ } part.
eaitherway, let me know =)
takai
05-02-2002, 04:45 PM
yep, works fine in a linked CSS.
Thats how i have it working on my site.
relic9ine
05-03-2002, 10:36 AM
Originally posted by Steeldolphin
man this thread is a gold mine I wanted to add the changing scroll bar colors with the skin system in the SDC site. :)
Is the skin system coded by php:confused:
mojojojo
04-07-2004, 06:39 PM
Or if you are lazy or can't come up with a nice set of scroll bar colours, you can use this:
BODY {
scrollbar-base-color:#ff8000
}