Specifies the rendered border style for the coolbutton behavior.
Syntax
XML <Prefix:CustomTag ID = sID STYLE="behavior:url('coolbutton.htc'); cb--border-style: none | dotted | dashed | solid | double | groove | ridge | inset | outset;" .../> HTML { cb--border-style: sStyle } Scripting oCoolbutton.style.cbBorderStyle[ = sStyle ]
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. sStyle String that specifies how the border is drawn.
none No border is drawn (regardless of any border-width properties). dotted Border is a dotted line on the Macintosh® platform as of Microsoft® Internet Explorer 4.01, and a solid line on the Microsoft® Windows® and Unix platforms. dashed Border is a dashed line on the Macintosh platform as of Internet Explorer 4.01, and a solid line on the Windows and Unix platforms. solid 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 border-width 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 with 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