Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8941505
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T11:19:09+00:00 2026-06-15T11:19:09+00:00

I am building a website that requires heavy customization and i also want to

  • 0

I am building a website that requires heavy customization and i also want to customize the want the scrollbar looks (ie: color, width, style, etc).
I currently have no idea on what to do.

Honestly, I’m working on a group project chrome experiment and i have not tried anything yet.
Any solution even for chrome only will help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T11:19:10+00:00Added an answer on June 15, 2026 at 11:19 am

    IE has supported this through IE propriatary non-standard CSS attributes such as:

    scrollbar-base-color
    scrollbar-face-color
    scrollbar-track-color
    scrollbar-3dlight-color
    scrollbar-highlight-color
    scrollbar-arrow-color
    scrollbar-darkshadow-color
    scrollbar-shadow-color
    

    WebKit (Chrome and Safari) also support this using:

    ::-webkit-scrollbar
    ::-webkit-scrollbar-button
    ::-webkit-scrollbar-track
    ::-webkit-scrollbar-track-piece
    ::-webkit-scrollbar-thumb
    ::-webkit-scrollbar-corner
    ::-webkit-resizer
    

    What’s pretty cool about WebKit is scrollbars can have an opacity, which makes for some pretty nice looking UI.

    To my knowledge, there’s no standard Mozilla way to support this (though there is an open bug on this so we can hope!) There are, however, some jQuery plugins that create scrollable regions. You still wouldn’t get custom scrollbar colors on the document window itself.

    IE Example:

    <html>
    <head>
      <style>
         BODY {scrollbar-base-color: #ff00ff;}
      </style>
    </head>
    <body>
       <div style="height: 5000px;">
       IE Test
       </div>
    </body>
    </html>
    

    WebKit Example (Chrome/Safari):

    <html>
    <head>
      <style>
        ::-webkit-scrollbar {
            width: 12px;
        }
    
        ::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,255,0.8); 
            border-radius: 10px;
        }
    
        ::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,255,0.7); 
        }
      </style>
    </head>
    <body>
       <div style="height: 5000px;">
       WebKit Test
       </div>
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am building a customer-facing website that requires me to build 1) some analytics
I'm building a website that requires very basic markup capabilities. I can't use any
I'm building a website that requires HTML5 features in order to run. If the
I'm building a simple website with django that requires constant monitoring of text-based data
I am currently building a website for a small business that requires a payment
I'm building a website that will require user registration and logon. I would like
Building a website that has English & Japanese speaking users, with the Japanese users
I am building a website that would serve dynamic content. All communication between server/browser
I'm building a website that acts as a portfolio for a companies advertising works.
I am building a website that is loaded into a frameset by other sites

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.