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

  • Home
  • SEARCH
  • 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 9133603
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:30:59+00:00 2026-06-17T08:30:59+00:00

Can you Please help me out, how to design the vertical scroll bar using

  • 0

Can you Please help me out, how to design the vertical scroll bar using CSS… Is there any way to customize the vertical scroll bar design using css or css3… Thanks in Advance..

  • 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-17T08:31:01+00:00Added an answer on June 17, 2026 at 8:31 am

    Take a look at this website. It uses a customized scrollbar for the -webkit- based browsers. When you inspect the css file, it’s pretty clear what css is used.

    @media only screen and (-webkit-min-device-pixel-ratio: 0) and (min-device-width: 1025px) {
    html {  overflow: hidden; }
    body {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 12px;
        top: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }
    
    ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }
    
    ::-webkit-scrollbar-button:start:decrement,
    ::-webkit-scrollbar-button:end:increment {
        display: block;
        height: 10px;
    }
    
    ::-webkit-scrollbar-button:vertical:increment {
        background-color: #fff;
    }
    
    ::-webkit-scrollbar-track-piece {
        background-color: #eee;
        -webkit-border-radius: 3px;
    }
    
    ::-webkit-scrollbar-thumb:vertical {
        height: 50px;
        background-color: #ccc;
        -webkit-border-radius: 3px;
    }
    
    ::-webkit-scrollbar-thumb:horizontal {
        width: 50px;
        background-color: #ccc;
        -webkit-border-radius: 3px;
    }
    

    However, http://jscrollpane.kelvinluck.com/ is the best example of cross-browser scrollbar customizer that i’ve crossed so far…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can someone please help me out with this scenario asap? Input XML: <dataXML> <Items>
Can anyone please help me out with that one: I'm trying to echo the
Update: How to create a out variable?Can anyone please help me find out what
I would like to know if there are any tools that can help me
Can someone please help me out with printing the contents of an IFrame via
can someone please help me out with this problem i'm having while building my
I want to ask a question that, Is there any method to design a
I've NEVER been good with regular expressions despite my efforts. Can someone please help
I'm trying to design a webpage using tableless layout; however, i'm experiencing problems when
I want to redesign a code using state design pattern. The states belong to

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.