mistress10
12-29-2004, 12:55 AM
I made a transparent scrollbar for a CSS div and when I view the text, they look like they have drop shadows and it's very annoying. How do you get rid of this? Here's my code:
<!--
div{
clip: auto;
position: absolute;
overflow: auto;
right: 205px;
top: 20px;
bottom: value;
width: 350px;
height: 420px;
border: 0;
overflow-x: hidden;
direction: ltr;
scrollbar-3dLight-Color: #99CC99;
scrollbar-Arrow-Color: #FFFFFF;
scrollbar-Base-Color: #99CC99;
scrollbar-DarkShadow-Color: #99CC99;
scrollbar-Face-Color: #99CC99;
scrollbar-Highlight-Color: #99CC99;
scrollbar-Shadow-Color: #99CC99;
scrollbar-Track-Color: #99CC99;
filter: chroma(color=#99CC99);
}
and also, the scrollbar sort of occasionally "jams" or doesn't scroll smoothly...does anyone know how to fix this?
<!--
div{
clip: auto;
position: absolute;
overflow: auto;
right: 205px;
top: 20px;
bottom: value;
width: 350px;
height: 420px;
border: 0;
overflow-x: hidden;
direction: ltr;
scrollbar-3dLight-Color: #99CC99;
scrollbar-Arrow-Color: #FFFFFF;
scrollbar-Base-Color: #99CC99;
scrollbar-DarkShadow-Color: #99CC99;
scrollbar-Face-Color: #99CC99;
scrollbar-Highlight-Color: #99CC99;
scrollbar-Shadow-Color: #99CC99;
scrollbar-Track-Color: #99CC99;
filter: chroma(color=#99CC99);
}
and also, the scrollbar sort of occasionally "jams" or doesn't scroll smoothly...does anyone know how to fix this?