Color scrollbar

J

Jorem

Can someone tell me how I can change the color of the
scrollbar?

Already thanks for your information.

Ciao Jorem
 
S

Steve Easton

It's done using CSS.

Place this between the head tags, and then
change the colors as desired.
Note that some items listed do not have
a color specified

<style>{
scrollbar-3dlight-color:;
scrollbar-arrow-color:gold;
scrollbar-base-color:;
scrollbar-track-color:#F0F0E0;
scrollbar-darkshadow-color:;
scrollbar-face-color:teal;}
</style>

hth

--
95isalive
This site is best viewed..................
...............................with a computer
Can someone tell me how I can change the color of the
scrollbar?

Already thanks for your information.

Ciao Jorem
 
Top