Color scrollbar

  • Thread starter Thread starter Jorem
  • Start date Start date
J

Jorem

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

Already thanks for your information.

Ciao Jorem
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top