Javascript Reference
Categories: STYLE

javascript STYLE scrollbar3dLightColor, scrollbarArrowColor, scrollbarBaseColor, scrollbarDarkShadowColor, scrollbarFaceColor, scrollbarHighlightColor

@Aug. 15, 2009, 12:30 p.m.
scrollbar3dLightColor, scrollbarArrowColor, scrollbarBaseColor, scrollbarDarkShadowColor, scrollbarFaceColor, scrollbarHighlightColor, scrollbarShadowColor, scrollbarTrackColor Firefox/Netscape/NN n/a IE 5.5(Win) Chrome/Safari/DOM n/a  

 

Read/Write  

Controls the colors for specific components of a scrollbar user interface element associated with an applet, body, div, embed, object, or textarea element.

 
Example
 
document.getElementById("comments").style.scrollbarArrowColor = "rgb(100, 75, 0");
 
Value

Case-insensitive CSS color specification.

 
Default

None.


Powered by Linode.