Search
 
SCRIPT & CODE EXAMPLE
 

CSS

change scrollbar color

.scrollable-element {
  scrollbar-color: red yellow; /* red is for the thumb and yellow is for the track */
}
Comment

scrollbar-color

<head>
    <style>
        .newScrollBar {
            scrollbar-3dlight-color: #4FBDDD;
            scrollbar-arrow-color: #EEE1AE;
            scrollbar-darkshadow-color: #000000;
            scrollbar-face-color: #A0CCE0;
            scrollbar-highlight-color: #F8F2DC;
            scrollbar-shadow-color: #176F99;
            scrollbar-track-color: #E7F2FA;

            overflow: scroll;
            width: 200px;
            height: 167px;
            border: 1px solid #cccccc;
        }
    </style>
</head>
<body>
    <div class="newScrollBar">
        Look at the colors of the scroll-bars.<br />
        ....................................................<br />
        ....................................................<br />
        Look at the colors of the scroll-bars.<br />
        ....................................................<br />
        ....................................................<br />
        Look at the colors of the scroll-bars.<br />
    </div>
</body>
Comment

PREVIOUS NEXT
Code Example
Css :: curve bottom of square css 
Css :: svg stroke color 
Css :: css set background opacity 
Css :: background image with color overlay gradient css 
Css :: css conver innertext to html using css 
Css :: Timeout for a fetch 
Css :: bootstrap 4 material icon vertical align 
Css :: css variable 
Css :: css grid row height with repeat 
Css :: how to add hover effect in emotion 
Css :: gradient text colors 
Css :: background overlay image 
Css :: getting two scroll bars 
Css :: difference between private key and private key ssh 
Css :: RROR: PKGBUILD contains CRLF characters and cannot be sourced. 
Css :: change png color css 
Css :: transition delay only for specific property 
Css :: css text align center 
Css :: html css tilt text 
Css :: justify second line of ul 
Css :: how hide in html 
Css :: line sharpness css 
Css :: how to hide scrollbar in tailwind css 
Css :: css nth-child 
Css :: @media query css 
Css :: scss generate random color 
Css :: bulma uppercase 
Css :: letter spacing in css 
Css :: how to make distance betwwen corosel transition 
Css :: box shadow all sides 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =