lub_ruby
05-05-2005, 05:20 AM
if i use this layout, (http://www.planetneo.org/images/emilylayout4.png) how can i get the scrollbar's div 2 be semi-transparent clear? i used:
<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>
but the white shows up on the layout...
<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>
but the white shows up on the layout...