HTML and CSS Reference
In-Depth Information
Example
<form action="#" method="get">
<div>
<textarea rows="10" cols="20" style="scrollbar-highlight-color: red;">
</textarea>
</div>
</form>
Compatibility
No specification
IE 5.5+, Opera 9.5+
Notes
• This property is correctly written as -ms-scrollbar-highlight-color under
IE 8 to show that it is an extension.
• Under modern versions of Internet Explorer, this property affects the scroll track
color that applies to the bottom of the top arrow, and to the right of the bottom
arrow. In this sense, it is acting as the highlight color.
• A mention in the CSS3 UI specification says that this type of feature may be
considered later.
scrollbar-shadow-color
This property defines a color for the right and bottom edges of a scroll bar.
Syntax
scrollbar-shadow-color: color
where color is a standard CSS color value like #f00 , red , and so on.
Example
<form action="#" method="get">
<div>
<textarea rows="10" cols="20" style="scrollbar-shadow-color: red;">
</textarea>
</div>
</form>
Compatibility
No specification
IE 5.5+, Opera 9.5+
Notes
• This property is correctly written as -ms-scrollbar-shadow-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.
Search WWH ::




Custom Search