PDA

View Full Version : Scrollbar Color Map (IE 5.5+)



WizyWyg
Tue 22nd Jan '02, 5:49pm
For those who want to know what color designates what on the scrollbar and want to modify the Style in your header template to reflect your choice in colors and not use the:



<style>
BODY {
SCROLLBAR-BASE-COLOR: #606096;
SCROLLBAR-ARROW-COLOR: #FFF788;
}
</style>


to designate them, here is a color map to show what is affected by the style tags.

Using the following in your Head insert (to replace the above):



<style>
body
{
scrollbar-face-color: #hex;
scrollbar-shadow-color: #hex;
scrollbar-highlight-color: #hex;
scrollbar-3dlight-color: #hex;
scrollbar-darkshadow-color: #hex;
scrollbar-track-color: #hex;
scrollbar-arrow-color: #hex;
}
</style>


Follow the attached image to map your colors (remember to replace #hex with your own values and not all values need to be used).

If this post doesn't make sense I apologize ^_^