Warning: fopen(graphic_design/files/thread-69-1.txt) [function.fopen]: failed to open stream: Permission denied in /graphic_design/global.php on line 421
file NOT opened how do you change scroll bar colors -
PDA

View Full Version : how do you change scroll bar colors


Digital Jackass
04-16-2002, 11: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, 09: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, 10: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, 10:42 AM
Whether it works in netscape or not, it definately does not cause any errors.

Digital Jackass
04-17-2002, 07:06 PM
thanx:D

Robouk
04-22-2002, 04: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, 07: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, 03: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. :)

Robouk
05-02-2002, 04:12 PM
welp, now you can =)

Steeldolphin
05-02-2002, 05: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, 05: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, 05:45 PM
yep, works fine in a linked CSS.
Thats how i have it working on my site.

relic9ine
05-03-2002, 11: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:

Steeldolphin
05-06-2002, 12:07 PM
relic9ine: yes :)

mojojojo
04-07-2004, 07: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
}