cb--border-style Attribute | cbBorderStyle Property

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

Specifies the rendered border style for the coolbutton behavior.

Syntax

CSS { cb--border-style : sStyle }
Scripting [ sStyle = ] coolbutton.style.cbBorderStyle

Possible Values

sStyle String that specifies or receives one of the following values.
none
No border is drawn (regardless of any borderWidth properties).
dotted
Border is a dotted line on the Macintosh platform, and a solid line on the Windows and Unix platforms.
dashed
Border is a dashed line on the Macintosh platform, and a solid line on the Windows and Unix platforms.
solid
Default. Border is a solid line.
double
Border is a double line drawn on top of the background of the object. The sum of the two single lines and the space between equals the borderWidth value. The border width must be at least 3 pixels wide to draw a double border.
groove
3-D groove is drawn in colors based on the value.
ridge
3-D ridge is drawn in colors based on the value.
inset
3-D inset is drawn in colors based on the value.
outset
3-D outset is drawn in colors based on the value.

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

Remarks

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

Applies To

coolbutton