Click to return to the DHTML, HTML     
cal--offMonth-font-size A...     cal--offMonth-text-align ...     calendar Behavior    
Web Workshop  |  DHTML, HTML & CSS

cal--offMonth-font-weight Attribute | calOffMonthFontWeight Property


Sets or retrieves the weight of the font used for the previous and next months in the calendar behavior.

Syntax

XML<Prefix:CustomTag ID = sID STYLE="behavior:url('calendar.htc'); cal--offMonth-font-weight: sWeight;" .../>
HTML{ cal--offMonth-font-weight: "normal" | "bold" | "bolder" | "lighter" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" }
Scripting[ sWeight = ] oCalendar.style.calOffMonthFontWeight

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.
normalFont is normal.
boldFont is bold.
bolderFont is heavier than normal bold.
lighterFont is lighter than normal.
100Font is at least as light as the 200 weight.
200Font is at least as bold as the 100 weight and at least as light as the 300 weight.
300Font is at least as bold as the 200 weight and at least as light as the 400 weight.
400Font is normal.
500Font is at least as bold as the 400 weight and at least as light as the 600 weight.
600Font is at least as bold as the 500 weight and at least as light as the 700 weight.
700Font is bold.
800Font is at least as bold as the 700 weight and at least as light as the 900 weight.
900Font is at least as bold as the 800 weight.

The property is read/write with a default value of normal; the cascading style sheets (CSS) attribute is inherited.

Remarks

The cal--offMonth-font-weight attribute is available only to objects participating in the calendar behavior.

Applies To

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


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.