cb--hover-border Attribute | cbHoverBorder Property

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

Specifies the border to display when the mouse cursor hovers over the coolbutton behavior.

Syntax

CSS { cb--hover-border : sBorder }
Scripting [ sBorder = ] coolbutton.style.cbHoverBorder

Possible Values

sBorder String that specifies or receives the border colors of the coolbutton behavior when the cursor hovers over the behavior. 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 cbHoverBorder property is available only to objects participating in the coolbutton behavior.

Applies To

coolbutton