This will only work in IE.
Transparent scroll bars is highly unrecommended as it displays an inconvenience and is an outdated trend with web design, even colored menu bars as well.
But since that is like not to change your mind..
HTML Code:
body {
scrollbar-face-color:#7996E2;
scrollbar-arrow-color:#7996E2;
scrollbar-track-color:#647A19;
scrollbar-shadow-color:#000000;
scrollbar-highlight-color:#487ED4;
scrollbar-3dlight-color:#647A19;
scrollbar-darkshadow-color:#647A19;
}
Make the scroll bar track the same color as your background. no borders.
Those are example colors.
You cant make scroll bars ACTUALLY transparent because nothing will ever display beneath them, so they will always be a solid color.
Bookmarks