scrollbar colors
ok, colored scrollbars, how can i get it going in antville? basic css scrollbar code dont work nor does a javascript method i tried... any response is greatly appreciated
ok, colored scrollbars, how can i get it going in antville? basic css scrollbar code dont work nor does a javascript method i tried... any response is greatly appreciated
docbuelle
it works for me by integrating the code into the STYLE-SHEET(!) (not into the main-page-template) - you know: you cannot "see" the effects in IE 5 for Mac, Windows only ...
try to put the code into the style-sheet!
Here is my code:
scrollbar-base-color:#000000;
scrollbar-track-color:#ffffff;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-3d-light-color:#ffffff;
scrollbar-dark-shadow-color:#ffffff;
scrollbar-shadow-color:#ffffff;
scrollbar-arrow-color:#000000;
Of course: with this code, my scrollbars are not colored, but black-white; you just alter the color-code and there you are ;-)
It is working for me with Windows NT and IE 5.5;
and think I have seen it working with Windows 98 and Windows XP and IE 6 (?)
lukos
not in ie6...
i tried with the stlyle in the main page, no go
any other suggestions ?
PS ( i checked your site and it doesnt show the colored scrollys even though it's coded in )
lukos
well... it doesnt work with ie 6 on win 2k pro...
kris
he asked a similar question some weeks ago. i can't find the thread. maybe you can ask him on his site: http://AJTCS.antville.org/
nex
you know what?