scrollbar
UK[skrəʊba:] US[skroʊba:]
Scroll bar, scroll bar
light
英[laɪt] 美[laɪt]
n.Light; luminous body; electric lamp; igniter
adj. Light; bright; light-colored ; A small amount of
v. to light up; to illuminate; to guide with light
adv. lightly, lightly
Third person singular: lights Plural: lights Present participle: lighting Past tense: lit lighted Past participle: lit lighted Comparative: lighter Superlative: lightest
color
英['kʌlə(r)] 美[ˈkʌlɚ]
n.<Beauty>Color, colour; skin color, complexion, blood color;pigment,dye;essence
v.<Beauty>Colour; change the color of; Whitewash, render, color; blush
Third person singular: colors Plural: colors Present participle: coloring Past tense: colored Past participle: colored
javascript scrollbar3dLightColor attribute syntax
Function:Set the color of the left and top sides of arrows and scroll bars.
Syntax: Object.style.scrollbar3dLightColor=color
javascript scrollbar3dLightColor attribute example
<html> <head> <script type="text/javascript"> function setScrollbar3dLightColor() { document.body.style.scrollbar3dLightColor="blue"; } </script> </head> <body> <input type="button" onclick="setScrollbar3dLightColor()" value="Set Scrollbar3dLightColor" /> </body> </html>
Run instance »
Click the "Run instance" button to view the online instance