HTML and CSS Reference
In-Depth Information
Compatibility
No specification
IE 5.5+, Opera 9.5+
Notes
• This property is correctly written as -ms-scrollbar-3dlight-color under IE 8
to show that it is an extension.
• A mention in the CSS3 UI specification says that this type of feature may be
considered later.
scrollbar-arrow-color
This property is used to set the color of the arrow icon within a scroll bar.
Syntax
scrollbar-arrow-color: color
where color is a standard CSS color value like #f00 , red , and so on.
Example
<!-- space intentional for scroll bars -->
<form action ="#" method="get">
<div>
<textarea rows="1" cols="20" style="scrollbar-arrow-color: red;">
</textarea>
</div>
</form>
Compatibility
No specification
IE 5.5+, Opera 9.5+
Notes
• This property is correctly written as -ms-scrollbar-arrow-color under IE 8 to
show that it is an extension.
• The arrows will not color until the scroll region is active and scrolling may be
needed.
• A mention in the CSS3 UI specification says that this type of feature may be
considered later.
scrollbar-base-color
This property sets the base color for a scroll bar, which will include the scroll box, track, and
scroll arrows.
Search WWH ::




Custom Search