DuncansOneLove
09-29-2004, 08:05 PM
Hi,
I have gotten a code from jennyspage.net that tells you how to make an iframe scroll abr transparent but i want to make ALL my scrollbars transparent but the problem is i don't understand where i'm supposed to put this: FILTER: chroma (color=40FF40);
I put it in my body in my css like:
body {
FILTER: chroma (color=40FF40);
scrollbar-face-color:#3880CF;
scrollbar-shadow-color:#CAC2B5;
scrollbar-3dlight-color:#B0CDDD;
scrollbar-arrow-color:#E6EFF6;
scrollbar-base-color:#000000;
scrollbar-track-color:#CADDF2;
scrollbar-darkshadow-color:#B0CDDD;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#000000;
BACKGROUND-COLOR: F3F7FC;
overflow-x:hidden;
overflow-y:auto;
font-family: Tahoma;
color: #000000 ;
font-weight: normal;
font: 7pt Tahoma;
}
and all it does it change my scroll bar track to green and makes my site lag like mad
Am i doing it wrong? If so how do i do it?
I have gotten a code from jennyspage.net that tells you how to make an iframe scroll abr transparent but i want to make ALL my scrollbars transparent but the problem is i don't understand where i'm supposed to put this: FILTER: chroma (color=40FF40);
I put it in my body in my css like:
body {
FILTER: chroma (color=40FF40);
scrollbar-face-color:#3880CF;
scrollbar-shadow-color:#CAC2B5;
scrollbar-3dlight-color:#B0CDDD;
scrollbar-arrow-color:#E6EFF6;
scrollbar-base-color:#000000;
scrollbar-track-color:#CADDF2;
scrollbar-darkshadow-color:#B0CDDD;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#000000;
BACKGROUND-COLOR: F3F7FC;
overflow-x:hidden;
overflow-y:auto;
font-family: Tahoma;
color: #000000 ;
font-weight: normal;
font: 7pt Tahoma;
}
and all it does it change my scroll bar track to green and makes my site lag like mad
Am i doing it wrong? If so how do i do it?