View Full Version : Transparent Scrollbars


melton
01-24-2003, 02:26 AM
Do any of you know how to make the scrollbar "transparent"? Like "see-through" scrollbars?

and is there a code for "invisible" scrollbars? ..or is there no such thing?...

Amee
01-24-2003, 03:05 AM
This is the code I use to make the scrollbars invisible:

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

Hope this helps. Edit the colors to blend in with your site, of course. ;)

CCSara3169
01-26-2003, 12:36 AM
I only think you can make the Iframe's scrollbar transparent.

add this "style="filter:alpha(opacity=50)" to your code.

HardyzHH
01-26-2003, 09:57 PM
Yeah, I think you can only add transparency to scrollbars in inlines... but here's a url to that code

undefined.nu/emily/tutorialtransparentscroll.html