cb--selected-border Attribute | cbSelectedBorder Property

This topic documents a feature of Binary Behaviors, which are obsolete as of Internet Explorer 10.

Specifies the border to display when the coolbutton behavior is selected.

Syntax

CSS { cb--selected-border : sBorder }
Scripting [ sBorder = ] coolbutton.style.cbSelectedBorder

Possible Values

sBorder String that specifies or receives the border colors of the coolbutton behavior when the behavior is selected. Up to four different colors can be specified as space-delimited values in the following order: top, right, bottom, left.
sTop
Color of the behavior's top border.
sRight
Color of the behavior's right border.
sBottom
Color of the behavior's bottom border.
sLeft
Color of the behavior's left border.

The property is read/write. The property has a default value of threedhighlight threedshadow threedshadow threedhighlight. The Cascading Style Sheets (CSS) attribute is inherited.

Remarks

The cbSelectedBorder property is available only to objects participating in the coolbutton behavior.

Applies To

coolbutton