View Full Version : scrollbar - opposite side & transparancy


djedditt
02-23-2004, 09:30 PM
Hi,

I want my scrollbar on the left side of my text-box-thingie.
And if possible, a piece of the scrollbar transparant.

I have this code:

<div style="float:right; margin-left:64px; width:256px; height:246px; border: ;overflow:auto; scrollbar-face-color: black; scrollbar-shadow-color: black; scrollbar-highlight-color: black; scrollbar-3dlight-color: black; scrollbar-darkshadow-color: black; scrollbar-track-color: black; scrollbar-arrow-color: white; scrollbar-base-color: black">

blablabla

</div>

Can anyone help me with this?

~Djed

MaGiCSuN
02-23-2004, 09:33 PM
<div style="float:right; margin-left:64px; width:256px; height:246px; border: ;overflow:auto; scrollbar-face-color: black; scrollbar-shadow-color: black; scrollbar-highlight-color: black; scrollbar-3dlight-color: black; scrollbar-darkshadow-color: black; scrollbar-track-color: black; scrollbar-arrow-color: white; scrollbar-base-color: black; filter: chroma(color=black); direction: rtl;">
<div style="direction: ltr;">
blablabla
</div>
</div>

that should do it. But my advice is to change the colour black from the scrollbar to something else like lime, and then change chroma(color=black) to the colour you want to be transparent.

Love,
Mirna

djedditt
02-23-2004, 09:39 PM
Thank you for the quick reply :)
It helped me out!

MaGiCSuN
02-23-2004, 09:41 PM
Your welcome :)

Love,
Mirna