Specifies the border to display when the coolbutton behavior is selected.
Syntax
XML <Prefix:CustomTag ID = sID STYLE="behavior:url('coolbutton.htc'); cb--selected-border: sWidth, sStyle, sColor;" .../> HTML { cb--selected-border: sWidth, sStyle, sColor } Scripting [ sWidth, sStyle, sColor = ] oCoolbutton.style.cbSelectedBorder
Possible Values
Prefix Prefix used to associate CustomTag with a namespace. This prefix is set using the XMLNS attribute of the HTML tag. CustomTag User-defined tag. sID String that uniquely identifies the object. sWidth Any of the range of values available to the borderWidth property. sStyle Any of the range of values available to the borderStyle property. sColor Any of the range of values available to the borderColor property. The property is read/write with 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