lub_ruby
06-05-2005, 10:50 PM
if i use:
<style type=text/css>
body
{
scrollbar-face-color: #FFFFFF;
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: #AFEEEE;"}
</style>
on a layout, the white parts of the scrollbar come up also - how can i get only the colored arrows to show up?
<style type=text/css>
body
{
scrollbar-face-color: #FFFFFF;
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: #AFEEEE;"}
</style>
on a layout, the white parts of the scrollbar come up also - how can i get only the colored arrows to show up?