View Full Version : Okie days


MiaBabie
05-19-2003, 07:40 PM
Okie days, I have read everything I can on making scrollbars transparent, and I still can't get it work. Can someone explain it to me?

Stormx
05-19-2003, 07:46 PM
Could you post the source you are using?

zangerbanger
05-19-2003, 07:52 PM
Just make the scrollbar-face-color the same color as your background color.

MiaBabie
05-19-2003, 08:00 PM
Here is my code:

<style type="text/css">
<!--
body
{ background-color: #000000;
background-image:url(http://www.freewebs.com/wantyou/want.jpg);
background-repeat:no-repeat;
background-position:15 5;
background-attachment: fixed

A:link
{ text-decoration: underline overline; color:#000000 }
A:visited
{ text-decoration: line-through ; color:#000000 }
A:active
{ text-decoration: overline ; color:#000000 }
A:hover
{ text-decoration: blink; color:#000000;

font-family: tahoma,arial,verdana;
color: #000000 ;
letter-spacing: 2pt;
font-weight:lighter;
font-size:small;

direction:rtl;

scrollbar-face-color : #00FF00;
scrollbar-highlight-color : #00FF00;
scrollbar-3dlight-color : #00FF00; scrollbar-shadow-color : #00FF00;
scrollbar-darkshadow-color : #00FF00; scrollbar-track-color : #00FF00;
scrollbar-arrow-color : #000000
FILTER: chroma (color=00FF00)
}

-->
</style>

zangerbanger
05-19-2003, 08:04 PM
scrollbar-face-color : #000000;