scrollbar
Posted: 25 August 2009 07:12 PM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2009-08-25

I have bee trying to update the color of my scroll bars on a DIV tag but i dont see any-anything.

#apDiv1 {
    
position:relative;
    
left:0;
    
top:0;
    
width:655px;
    
height:230PX;
    
z-index:1;
    
overflow:auto;
    
     
scrollbar-face-color#000000; 
     
scrollbar-highlight-color#000000; 
     
scrollbar-3dlight-color#000000; 
     
scrollbar-darkshadow-color#000000; 
     
scrollbar-shadow-color#000000; 
     
scrollbar-arrow-color#000000; 
     
scrollbar-track-color#000000; 
Profile