To get it to work in IE, you want...
Code:
.scrollbar {
overflow:auto;
height:350px;
width:380px;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #484848;
scrollbar-3dlight-color: #484848;
scrollbar-darkshadow-color: #484848;
scrollbar-shadow-color: #484848;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #484848;
}
Note: as far as I know, this will not work in FireFox. Neither will any other scrollbar styling technique, because the code is not W3C compliant. So, it won't validate either.
- Steve
__________________
if($stevej == "helpful") { $talkupation += $user_power; }
Last edited by stevej; 03-19-2009 at 10:28 PM..
|