Transparent Scrollbar Tutorial

Have you ever made a great div, that is totally ruined by an ugly scrollbar? And you can't just change the colors, because it wont blend in with the background of the div? You can make your scrollbar transparent, and solve all your problems!

Notice how the track of the scrollbar doesn't block the background:
The div has a transparent scrollbar! Isn't this cool! You no longer have to worry about the scrollbar messing up the look of your div! How handy! This is neat! I am running out of things to say... BTW, this background is from CreateBlog.com


Copy and paste this code:


Make sure you don't have anything with the color #b3fe00 on your div, or it will turn transparent too. You can change it to any color you want.

Your div code should look something like this:


Notice the id="trans"? This is important. This tells the div to use the styles we set out in #trans. Make sure you add it to the div code where you want your scrollbar to be transparent.

That's it! Hope you liked it.