vee417
05-18-2003, 03:05 PM
is there any way to make it so all the scrollbar elements are transparent except the arrow? i tried this but it didn't work:
scrollbar-face-filter: alpha(opacity=0);
scrollbar-shadow-filter: alpha(opacity=0);
scrollbar-base-filter: alpha(opacity=0);
scrollbar-highlight-filter: alpha(opacity=0);
scrollbar-3dlight-filter: alpha(opacity=0);
scrollbar-darkshadow-filter: alpha(opacity=0);
scrollbar-track-filter: alpha(opacity=0);
scrollbar-arrow-filter: alpha(opacity=100)}
also, if that's not possible, how can i make the scrollbar transparent but keep the text opaque? i've been using this:
BODY {background-color:white; filter: alpha(opacity=50)}
but it makes the text 50 percent transparent as well.
thanks!
scrollbar-face-filter: alpha(opacity=0);
scrollbar-shadow-filter: alpha(opacity=0);
scrollbar-base-filter: alpha(opacity=0);
scrollbar-highlight-filter: alpha(opacity=0);
scrollbar-3dlight-filter: alpha(opacity=0);
scrollbar-darkshadow-filter: alpha(opacity=0);
scrollbar-track-filter: alpha(opacity=0);
scrollbar-arrow-filter: alpha(opacity=100)}
also, if that's not possible, how can i make the scrollbar transparent but keep the text opaque? i've been using this:
BODY {background-color:white; filter: alpha(opacity=50)}
but it makes the text 50 percent transparent as well.
thanks!