Specifies the color of the background to display when the coolbutton behavior is selected.
Syntax
XML <Prefix:CustomTag ID = sID STYLE="behavior:url('coolbutton.htc'); cb--selected-background: sColor;" .../> HTML { cb--selected-background: sColor } Scripting [ sColor = ] oCoolbutton.style.cbSelectedBackground
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. sColor Any of the range of values specified in the Color Table. The property is read/write with a default value of none; the cascading style sheets (CSS) attribute is inherited.
Remarks
The cbSelectedBackground property is available only to objects participating in the coolbutton behavior.
Applies To
coolbutton