scrollbar
UK[skr??ba:] US[skro?ba:]
Scroll bar, scroll bar
face
英[fe?s] 美[fes]
n.face;surface;face;aspect
vt.& vi.face;face...;face; Admit
vt. (feel unable to) cope; (know that it is difficult to handle) talk; must deal with (a certain situation); face...
Third person singular: faces Plural: faces Present participle: facing past tense: faced past participle: faced
color
英['k?l?(r)] 美[?k?l?]
n.< Beauty>color, tint;skin,complexion,blood color;pigment,dye;essence
v.<Beauty>To color...; to change the color of...; to embellish, to render, to give color; Blushing
Third person singular: colors Plural: colors Present participle: coloring Past tense: colored Past participle: colored
javascript scrollbarFaceColor attribute syntax
Function:Set the foreground color of the scroll bar.
Syntax: Object.style.scrollbarFaceColor=color
javascript scrollbarFaceColor attribute example
<html> <head> <script type="text/javascript"> function setScrollbarFaceColor() { document.body.style.scrollbarFaceColor="green"; } </script> </head> <body> <input type="button" onclick="setScrollbarFaceColor()" value="Set ScrollbarFaceColor" /> </body> </html>
Run instance ?
Click the "Run instance" button to view the online instance