Brain Freeze

Could someone refresh my memory or give me a link on how you set custom images to replace the scrollbar in I.E.
Thanx…

custom images…no clue… custom colors I can do.

[STYLE TYPE=“text/css”]
[!–

body {

scrollbar-base-color: #000000 ;
scrollbar-highlight-color: #000000 ;
scrollbar-3d-light-color: #000000 ;
scrollbar-arrow-color: #000000 ;
scrollbar-darkshadow-color: #000000 ;
scrollbar-face-color: #000000 ;
scrollbar-shadow-color: #000000 ;
scrollbar-track-color: #000000 ;
scrollbar-arrow-color: #000000 ;

}

–]
[/STYLE]

This makes it all black of course, but experiment with the colors.
Place this in between your [HEAD][/HEAD] tags.
Of course, replace [] with <>
The board converts HTML so I had to use [].
The {} are right, so leave them.

I know how to change the color, but I want to use my own gif images in place of the scrollbar. Kind of like how kirupa uses his own images to open the chromeless windows in the open source area.

Hey jagreen,
I don’t think that is possible for browser scrollbars. The graphics work only in specific instances where you have an inline frame within a page. You can use javascript and control the scrolling of text when the graphic is pressed, but I don’t really know how to do that. Either way, I don’t believe you will be able to use graphics for browser scrollbars.

Cheers!
Kirupa :ninja: