Scrollbars

Want to know how to get those fancy colours on your scrollbar? Read this tutorial!

  • Copy this code in the head section of your code.

    <style type="text/css"> body { scrollbar-3dlight-color: #ffffff; scrollbar-arrow-color: #000000; scrollbar-base-color: #ffffff; scrollbar-darkshadow-color: #000000; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #000000; scrollbar-shadow-color: #ffffff; scrollbar-track-color: #000000; } </style>

  • You can change the hex colours of the scrollbar to your satisfication.
  • Ta-da! All done! Now wasn't that simple?

    Back 1

    Hosted by www.Geocities.ws