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 :: Push an existing folder to git 
Css :: css content from data attribute 
Css :: need short long paragraph css 
Css :: circle button html 
Css :: best box shadow css 
Css :: css grid minmax function 
Css :: get second child div css 
Css :: import css in another css file 
Css :: table td data in middle 
Css :: kotlin string to int 
Css :: reset id sequence postgres 
Css :: margin for text in html 
Css :: get into a Docker container bash 
Css :: css cursor loading 
Css :: css main container align center 
Css :: tailwind center vertically 
Css :: Can I use placeholder in <input type="time"/ 
Css :: how to use gradient on font css? 
Css :: how to make border around text in html 
Css :: move up on hover css 
Css :: change angular material icon color 
Css :: comment one line css 
Css :: change element in iframe 
Css :: background clip text 
Css :: font-strech css 
Css :: paragraph next to image html 
Css :: box shadow css 
Css :: image on top of image css 
Css :: space between text css 
Css :: border buttom color 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =