Upon visiting the site that I’m currently working on you would immediately notice the fact that a bar placed at the top of your browser follows you down as you scroll through the blogs posts. I was wondering if there was any method which I could use to both shift the scrollbar below the bar rather than beside it and then style the bar to suit the sites style.
Upon visiting the site that I’m currently working on you would immediately notice the
Share

You can move the scrollbars with jquery and some javascript. On this example I use a jquery animation to gradually scroll down:
In order to stylize scrollbars, you can use this css:
This is what these colors mean (source):
I’m not sure this is standard CSS, though, so some navigators might not support it.