Sets or retrieves the weight of the font used for the current month in the calendar behavior.
Syntax
XML <Prefix:CustomTag ID = sID STYLE="behavior:url('calendar.htc'); cal--currentMonth-font-Weight: sWeight;" .../> HTML { cal--currentMonth-font-Weight: "normal" | "bold" | "bolder" | "lighter" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" } Scripting [ sWeight = ] oCalendar.style.calCurrentMonthFontWeight
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. normal Font is normal. bold Font is bold. bolder Font is heavier than normal bold. lighter Font is lighter than normal. 100 Font is at least as light as the 200 weight. 200 Font is at least as bold as the 100 weight and at least as light as the 300 weight. 300 Font is at least as bold as the 200 weight and at least as light as the 400 weight. 400 Font is normal. 500 Font is at least as bold as the 400 weight and at least as light as the 600 weight. 600 Font is at least as bold as the 500 weight and at least as light as the 700 weight. 700 Font is bold. 800 Font is at least as bold as the 700 weight and at least as light as the 900 weight. 900 Font 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--currentMonth-font-Weight attribute is available only to objects participating in the calendar behavior.
Applies To
calendar