View Full Version : Transparent scroll bar on div lay?


Z-Vicious
04-08-2005, 06:05 PM
Can you make an 'invisible' scrollbar in a div layer? You know the kind where only the top and bottom arrow shows and the rest is just transparent so you can see the background? On my site theres a star under the scrollbar and it looks sketchy when half of it is covered by a grey scrollbar.. If anyone knows the code would you please help me!! post here or mail me: Lucky_shibby@hotmail.com.. I would love you forever lol ;)

kittycat
04-08-2005, 09:10 PM
Basically the same as with iframes only everything's in the <div> tag, just change the parts you want transparent to the chroma filter colour

<div style="FILTER: chroma(color=#ff0000);
scrollbar-face-color : #000000;
scrollbar-highlight-color : #000000;
scrollbar-3dlight-color : #000000;
scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #000000;
scrollbar-track-color : #000000;
scrollbar-arrow-color : #000000;">

supercat
04-08-2005, 11:07 PM
Would that be browser compliant? *hopes so*

Owlie42
04-08-2005, 11:25 PM
I think it only works in IE. Not entirely sure, though.

supercat
04-10-2005, 02:30 PM
Bah humbug, story of my life...

cupids90
04-15-2005, 04:14 PM
erm i wld lke to ask why y the code FILTER:chroma(color=#ffffff); is inserted, any font that is bold becomes lke there's this jagged border around it? :S

cupids90
04-15-2005, 04:26 PM
i forgot to add that it's only arial font which happens :S

kittycat
04-15-2005, 09:45 PM
It's a bug or something in some version of IE, a lot of people have experienced the problem but there's no solution (except to remove the filter code)