lub_ruby
05-05-2005, 05:22 AM
if i use
<style type=text/css>
body
{
scrollbar-track-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-arrow-color: #00EEEE;}
</style>
what code can i add to make the #FFFFFF (white parts) semi-transparent clear?
<style type=text/css>
body
{
scrollbar-track-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-arrow-color: #00EEEE;}
</style>
what code can i add to make the #FFFFFF (white parts) semi-transparent clear?