Custom Scrollbars in CSS WebKit

its very simple. just copy the below code and paste it into the .CSS file. and here you go :)
  ::-webkit-scrollbar-track-piece:start {     /* Select the top half (or left half) or scrollbar track individually */  }    ::-webkit-scrollbar-thumb:window-inactive {     /* Select the thumb when the browser window isn't in focus */  }    ::-webkit-scrollbar-button:horizontal:decrement:hover {     /* Select the down or left scroll button when it's being hovered by the mouse */  }

No comments:

Post a Comment

Your suggestions and comments here!