View Full Version : Transparent scrollbars


heavesdemon
09-21-2004, 02:48 AM
How can you make a transparent scrollbar without using frames or I-Frames. And if there is no other way can somone tell me what I-Frames and Frames are?
thanx

kitty_katt07
09-21-2004, 05:12 AM
You can try this... Use a color that isn't in your layout on the parts of the scrollbar that you want transparent, and change the filter: chroma (color=#fffff1) to that color also. I'm not sure if this works, I haven't tried it yet..


<STYLE TYPE="text/css">

BODY {

scrollbar-face-color: #fffff1;
scrollbar-shadow-color: #fffff1;
scrollbar-highlight-color: #fffff1 ;
scrollbar-3dlight-color:#fffff1 ;
scrollbar-darkshadow-color: #fffff1;
scrollbar-track-color: #fffff1;
scrollbar-arrow-color:white;
}

{
filter: chroma (color=#fffff1);
}
</style>

Jared
09-21-2004, 05:14 AM
Ok, Frames and I-frames are essentially the same thing. I am not sure exactly what the diff is.

You have your page, (like this one Sorry but that is considered advertising on here.) If you click one of the links on the left, see how just that one area refreshes? It like a window is a house. It allows you to see a different page while still staying on 1 page.

Note from Moderator: Here is a tutorial site for transparent scrollbars using iframes: http://www.jennyspage.net/transscroll.html and you can find an iframe tutorial here: http://www.lissaexplains.com/frames.shtml#inline