'Scroll Bar Color Properties' Example : ScrollBarColorProperties « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'Scroll Bar Color Properties' Example

    
<textarea cols="30" 
          rows="5" 
          wrap="off" 
          style="scrollbar-arrow-color:white; 
                 scrollbar-base-color:green; 
                 scrollbar-darkshadow-color:black; 
                 scrollbar-highlightcolor:yellow; 
                 scrollbar-shadow-color:blue">
  a long text  
  a long text  
<br><br><br><br>
<br><br><br><br>
<br><br><br><br>
<br><br><br><br>
<br><br><br><br>  
  a long text  
  a long text  
  a long text 
  a long text 
</textarea>

    
      
      








Related examples in the same category

1.'Scroll Bar Color Properties' Syntax and Note
2.'Scroll Bar Color Properties' Possible Values
3.'Scroll Bar Color Properties' is applied to