Custom Scroll Bar With Image


How to get a scroll bar like mine:
Just copy & paste the code into your 'about me' section
Replace 'IMG URL HERE' to any image url (backgrounds & textures work best)
You can also change the colours ^^

code:

<style> ::-webkit-scrollbar { height: 12px; width: 17px; background: #ffffff; } ::-webkit-scrollbar-thumb { background-image:url(IMG URL HERE); border:1px solid #EEE0E5; -webkit-border-radius: 5ex; -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75); } ::-webkit-scrollbar-corner } </style> </texterea>


0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )