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






'Scroll Bar Color Properties' Syntax and Note

Note:

Set a scroll bar color. 

Syntax:
    
element { scrollbar-element-color: value }
elementID.style.scrollbarElementColor = "value"
document.all.elementID.style.scrollbarElementColor = "value"
    

      
      








Related examples in the same category

1.'Scroll Bar Color Properties' Example
2.'Scroll Bar Color Properties' Possible Values
3.'Scroll Bar Color Properties' is applied to