View Full Version : transparent scrollbar


StuckonAntanDec
11-29-2003, 05:46 PM
hi, i realli want a transparent scrollbar...

i want it so theres a white arrow and a white outline around the actual scrollbar
can someone gimme the code?
thanks x
neh x

Innocent_Kiss
11-29-2003, 06:56 PM
Here's (http://hijacktheworld.org/tutorials/transsbcss.html) a tutorial :)

Camilliaca
12-21-2003, 04:12 AM
hi, i realli want a transparent scrollbar...

i want it so theres a white arrow and a white outline around the actual scrollbar
can someone gimme the code?
thanks x
neh x

<style type=text/css>
BODY {
filter:chroma (color=black);
allowtransparency:true;
scrollbar-arrow-color:white;
scrollbar-darkshadow-color:white;
scrollbar-3dlight-color:white;
scrollbar-highlight-color:black;
scrollbar-shadow-color:black;
scrollbar-track-color:black;
scrollbar-face-color:black;
}
</style>

Everything thats white is the outline/arrow.
Everything thats black in transparent.

zerotwo
04-29-2005, 12:41 PM
i dont get a transparent scrollbar after i put in the code..
anyone can help me?
thanks

hunter121
04-29-2005, 07:22 PM
couldnt you just set the colors to transparent?