scrollbar-darkshadow-color Attribute | scrollbarDarkShadowColor参数属性
| DHTML文档教程 |
Sets or retrieves the color of the gutter of a scroll bar.
dhtml语法
HTML |
{ scrollbar-darkshadow-color : vColor }
|
---|
Scripting | object.style.scrollbarDarkShadowColor [ = vColor ] |
---|
DHTML可能的值
vColor | Variant that
specifies or receives any color name or RGB values in the Color Table. |
The property is read/write
for all objects except the following, for which it is read-only:
currentStyle.
The property has no default value. The Microsoft Cascading Style Sheets (CSS) extension is
inherited.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see about dynamic properties.
remarks
the gutter is the space between the track and the bottom and right edges of the scroll box and scroll arrows of the scroll bar. the scrollbardarkshadowcolor appears outside the scrollbarshadowcolor. the track is the element of a scroll bar on which the scroll box can slide either up and down or left and right. the scroll box is the square box within a scroll bar that can be moved either up and down or left and right on a track to change the position of the content on the screen. the scroll arrows, located at each end of a scroll bar, are the square buttons containing the arrows that move the content on the screen in small increments, either up and down or left and right.
this property applies to elements that display a scroll bar. cascading style sheets (css) enable scrolling on all objects through the overflow property. these objects are not listed in the applies to list for this property.
DHTML代码范例
The following example shows how to create a style rule that sets the scrollbarDarkShadowColor property for a textarea element.
<HTML>
<HEAD>
<STYLE>
TEXTAREA.BlueShadow { scrollbar-darkshadow-color:blue }
</STYLE>
</HEAD>
<BODY>
<TEXTAREA CLASS="BlueShadow">The gutter elements in the scroll bar for
this element will be blue.</TEXTAREA>
</BODY>
</HTML>
This feature requires Microsoft® Internet Explorer 5.5 or later. Click the following icon to install the latest version. Then reload this page to view the sample.
是否符合公共标准
This property is a Microsoft extension to
CSS .
Applies To
|
APPLET,
BDO,
BODY,
currentStyle,
CUSTOM,
defaults,
DIV,
EMBED,
OBJECT,
runtimeStyle,
style,
TEXTAREA |
|
更多语法参考
scrollbar3dlightcolor, scrollbararrowcolor, scrollbarbasecolor, scrollbarfacecolor, scrollbarhighlightcolor, scrollbarshadowcolor, scrollbarTrackColor