Click to return to the DHTML, HTML     
coolbutton Behavior     cb--border-width Attribut...     coolbutton Behavior    
Web Workshop  |  DHTML, HTML & CSS

cb--border-style Attribute | cbBorderStyle Property


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 }
ScriptingoCoolbutton.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.
noneNo border is drawn (regardless of any border-width properties).
dottedBorder 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.
dashedBorder is a dashed line on the Macintosh platform as of Internet Explorer 4.01, and a solid line on the Windows and Unix platforms.
solidBorder is a solid line.
doubleBorder 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.
groove3-D groove is drawn in colors based on the value.
ridge3-D ridge is drawn in colors based on the value.
inset3-D inset is drawn in colors based on the value.
outset3-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

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
coolbutton


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.