How to Make a Transparent Scrollbar

104 37
    • 1). Open the Web page file for which you want to make a transparent scrollbar.

    • 2). Copy and paste the following transparent scrollbar code within the body tags (<body> and </body>) of the Web page file's HTML coding:

      html {background-color: #CEE7A3;

      scrollbar-shadow-color: #CEE7A3;

      scrollbar-highlight-color: #CEE7A3;

      scrollbar-face-color: #CEE7A3;

      scrollbar-3dlight-color: #CEE7A3;

      scrollbar-darkshadow-color: #CEE7A3;

      scrollbar-track-color: #CEE7A3;

      scrollbar-arrow-color: #CEE7A3;}

    • 3). Save your Web page file.

Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time

Leave A Reply

Your email address will not be published.