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 7898149
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T08:21:20+00:00 2026-06-03T08:21:20+00:00

I have edited some cool scrollbars. I needed text to be in the middle,

  • 0

I have edited some cool scrollbars. I needed text to be in the middle, so it is like a frame…like you see when you accept someones terms of service and stuff. I have tried to add text, but i can not seem to get it to work? http://jsfiddle.net/Hunter4854/RHMCm/ Please do not down vote if you have a question, just add a comment, and i will answer 🙂

  • 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-03T08:21:21+00:00Added an answer on June 3, 2026 at 8:21 am
    <head>
    <meta content="en-us" http-equiv="Content-Language">
    <style>body {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: green;
    }
    
    .a::-webkit-scrollbar {
        width: 15px;
        height: 15px;
    }
    
    .a::-webkit-scrollbar:vertical {
        background: -webkit-linear-gradient(left, #525252 0%,#202020 50%,#020202 50%,#101010 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(left, #525252 0%,#202020 50%,#020202 50%,#101010 100%); /* W3C */
    }
    
    .a::-webkit-scrollbar:horizontal {
        background: -webkit-linear-gradient(top, #525252 0%,#202020 50%,#020202 50%,#101010 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(top, #525252 0%,#202020 50%,#020202 50%,#101010 100%); /* W3C */
    }
    
    .a::-webkit-scrollbar-track:vertical {
        background: -webkit-linear-gradient(left, #1d1d1d 0%,#1b1b1b 50%,#171717 50%,#1d1d1d 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(left, #1d1d1d 0%,#1b1b1b 50%,#171717 50%,#1d1d1d 100%); /* W3C */
        border-radius: 15px;
    }
    
    .a::-webkit-scrollbar-track:horizontal {
        background: -webkit-linear-gradient(top, #1d1d1d 0%,#1b1b1b 50%,#171717 50%,#1d1d1d 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(top, #1d1d1d 0%,#1b1b1b 50%,#171717 50%,#1d1d1d 100%); /* W3C */
        border-radius: 15px;
    }
    
    .a::-webkit-scrollbar-thumb {
        border-radius: 15px;
        border: 1px solid black;
    }
    
    .a::-webkit-scrollbar-thumb:vertical {
        background: -webkit-linear-gradient(left, #878787 0%,#474747 50%,#282828 50%,#4a4a4a 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(left, #878787 0%,#474747 50%,#282828 50%,#4a4a4a 100%); /* W3C */
    }
    
    .a::-webkit-scrollbar-thumb:horizontal {
        background: -webkit-linear-gradient(top, #878787 0%,#474747 50%,#282828 50%,#4a4a4a 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(top, #878787 0%,#474747 50%,#282828 50%,#4a4a4a 100%); /* W3C */
    }
    
    .a::-webkit-scrollbar-thumb:hover {
    }
    
    .a::-webkit-scrollbar-corner {
        background: black;
    }
    
    .a::-webkit-scrollbar-button:vertical {
        background: -webkit-linear-gradient(left, #525252 0%,#202020 50%,#020202 50%,#101010 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(left, #525252 0%,#202020 50%,#020202 50%,#101010 100%); /* W3C */
    }
    
    .a::-webkit-scrollbar-button:horizontal {
        background: -webkit-linear-gradient(top, #525252 0%,#202020 50%,#020202 50%,#101010 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(top, #525252 0%,#202020 50%,#020202 50%,#101010 100%); /* W3C */
    }
    ​</style>
    
    
    
    </head>
    
    
    
    <div class="a" style="position:absolute;width:200px;height:200px;background:white;overflow-y:scroll">
        </div>
    

    See it here http://jsfiddle.net/3uTjv/

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

Sidebar

Related Questions

--edited for clarity (hopefully) I have an XML file that looks something like this:
I have an array with lots of items with same names like CloudObserverCMSStub edited
/edited/ I'm new here. I have a text file that reads: 6 <cr> R
Hi there I have edited some code I have found on-line and everything works
Lets say i have an object that i created. I edited some values in
I edited some mistakes and details... Well, I have been trying to create a
i have edited an app and made some changes in it. I want to
EDIT: I have edited my post... Working on a project (c#), I have a
i have an edited version of a config file specific for my machine. i
I just edited an .SWF file I have on my website home page for

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.