View Full Version : Transparent Scrollbars?


iheartfreedom
08-02-2005, 09:28 PM
How can I make a transparent scrollbar? Is there a hex code I can use to make things transparent?

cowabunga44
08-02-2005, 09:53 PM
I am pretty sure there is no way to do that. After all there is no hex code for the color transparent. What about creating a scroll bar with the colors in your background.

That may create the illusion of transparency. I don't know, try it out.

luvhartz
08-02-2005, 09:55 PM
you have to remember scrollbar colours only work in IE.. so other browsers wont see the transparency..

lefty
08-02-2005, 10:47 PM
Try doing a google search for "transparent scrollbars." There's a bunch of tutorials out there.

jadedxxxsoul
08-03-2005, 02:44 AM
there is but it makes everything transparent

filter:alpha(opacity=100);

if you put that into your CSS stylesheet. Then it should work definitely <.<. But just to let you know.. 100 being the most visible and going less is letting it be less visible.

iheartfreedom
08-03-2005, 02:41 PM
Thanks :) I would try making the scrollbar the same color as the background, but I've got an image in my background. thanks for the help everyone :)

cowabunga44
08-03-2005, 06:53 PM
Oh, I see. :) I hope the other way works out. God point, there must be a tutorial out there if it doesn't work. Good luck :)