Is there anyway to get rid of the scrollbar track when there´s nothing to scroll?
Some of my pages need to scroll because of the amount of text, but other pages are carefully design to be within the hight/widht of the iFrame. In those cases the faded scrollbar track really don´t look good.
By the way. I´m trying to alter the look of the scrollbar by adding this to the css file:
Code:
BODY
{scrollbar-face-color: #FFFFFF; scrollbar-shadow-color: #999999;
scrollbar-highlight-color: #999999; scrollbar-3dlight-color: #999999;
scrollbar-darkshadow-color: #999999; scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #FF9933}
No luck. anybody know why?
__________________
Best wishes
Ronny
Last edited by Ronny; 10-06-2006 at 04:05 AM..
Reason: Another problem regarding scrollbars
|