Forum Discussion
Change scroll panel scroller color
As mentioned above, you need to add a custom style rule the the DOM-header.
That is done through this code:
$("<style type='text/css'> INSIDE STYLE RULES HERE </style>").appendTo("head");
If you want to change the color of the scrollbar thumb:.scrollarea-btn:after {background: #000 !important; /* or a color of your choice */}
If you want to change the color of the scrollbar itself: .scrollarea-scrollbar:before { background-color:#fff!important; /* or a color of your choice */ }
This code doubles the width of the scrollbar:.scrollarea-scrollbar:before { left: 10px !important; width: 20px !important; border-radius: 0px !important;} .scrollarea-btn:after { left: 10px !important; width: 20px !important; border-radius: 10px !important;}
hi
thank you so much for helping to educate me on javascript.... i would love
to explore this tool. i think it could be like magic.
when i attempted to follow information below, i did not see any
difference. it is clear to me i have a code error
attached is the story file -1- sliide and notes table contain free script.
naturally the triggers also contains the script.
all your help is appreciated
max
- Snorrski4 years agoCommunity Member
Hi Max
I can't see the attachment?
As for learning som javascript, I'd suggest trying out Codecademy's free courses in Javascript and jQuery.
Related Content
- 6 months ago
- 3 months ago
- 10 months ago