Query: How can I implement this style using JavaScript?
jQuery would be appreciated as well :)
Note:
This style should be applied to the <HTML>
element, not the document.body
element.
Otherwise, it will not work correctly.
<style type="text/css">
html {
scrollbar-arrow-color: Orange;
scrollbar-base-color: Black;
scrollbar-dark-shadow-color: Black;
scrollbar-track-color: Gray;
scrollbar-face-color: Black;
scrollbar-shadow-color: Silver;
scrollbar-highlight-color: Silver;
scrollbar-3d-light-color: Silver;
}
</style>