scrollbar

UK[skr??ba:] US[skro?ba:]

Scroll bar, scroll bar

high

英[ha?] 美[ha?]

adj. High; noble, lofty; high-pitched; advanced, high-level

adv. (Degree, etc.) high ground; high-priced place; luxurious place

n. High place, high position; [Meteorology] high pressure; high-pressure zone; high level

Plural: highs comparative: higher highest Advanced: highest

light

英[la?t]  美[la?t]   

n.Light; luminous body; electric lamp; igniter

adj.Light;bright;light-colored;a small amount

v.ignite;illuminate;guide with light

adv.lightly, lightly packed

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, color; skin color, complexion, blood color; pigment, dye; essence

v.< ;beautiful>color...;change the color of...;whitewash,render,color;blush

Third person singular: colors Plural: colors Present participle: coloring Past tense: colored Past participle: colored

javascript scrollbarHighlightColor屬性 syntax

Function:Set the color of the left and top sides of the arrow and scroll bar, as well as the background of the scroll bar.

Syntax: Object.style.scrollbarHighlightColor=color

javascript scrollbarHighlightColor屬性 example

<html>
<head>
<script type="text/javascript">
function setScrollbarHighlightColor()
{
document.body.style.scrollbarHighlightColor="purple";
}
</script>
</head> 
<body>

<input type="button" onclick="setScrollbarHighlightColor()"
value="Set ScrollbarHighlightColor" />

</body>
</html>

Run instance ?

Click the "Run instance" button to view the online instance