View Full Version : transparent scrollbars...


hateshinai-ykki
05-01-2005, 05:00 PM
so there's a thread about it already but it didn't help me much.

how do you make the scrollbars transparent? without any colour? i saw a thread about it but it didn't help like i said. i've tried:

BODY {
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;
}


-and-

BODY {
allowtransparency:true;
scrollbar-arrow-color:transparent;
scrollbar-darkshadow-color:transparent;
scrollbar-3dlight-color:transparent;
scrollbar-highlight-color:transparent;
scrollbar-shadow-color:transparent;
scrollbar-track-color:transparent;
scrollbar-face-color:transparent;
}

but they all don't work...so how do i make the scrollbars transparent? can someone pls tell mi? thx

Monkey Bizzle
05-01-2005, 09:19 PM
http://www.lissaexplains.com/frames.shtml#inline

whatever color you have in the chroma filter, that is the color that you have to put for your scrollbars as well. and the allowtransparency thing doesn't go in the CSS.