D
D
D9d9jack2016-06-26 15:16:59
css
D9d9jack, 2016-06-26 15:16:59

How to make your own scrollbar for the site?

how to change the color, size, etc., etc., and maybe all this needs to be written somewhere

Answer the question

In order to leave comments, you need to log in

5 answer(s)
E
Eugene, 2016-06-26
@blasheevich

And even above expectations, a complete delight :) :) :)
toolitup.com/minimap.html

R
Rafael™, 2016-06-26
@maxminimus

bad idea
don't even think about it

A
Alexander Konovalov, 2016-06-26
@Huf

::-webkit-scrollbar-track {
  background: 0 0;
}

::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 5px;
}

::-webkit-resizer {
  width: 5px;
}

::-webkit-scrollbar {
  width: 5px;
}

O
Oleg, 2016-06-26
@politon

Look towards Nicescroll http://nicescroll.areaaperta.com/

A
atis //, 2016-06-26
@atis2345

Through CSS - no way. More precisely, it only works in IE or Webkit.
stackoverflow.com/questions/9251354/css-customized...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question