cal--offMonth-font-size Attribute | calOffMonthFontSize Property

This topic documents a feature of Binary Behaviors, which are obsolete as of Internet Explorer 10.

Sets or retrieves the size of the font used for the calendar behavior.

Syntax

CSS { cal--offMonth-font-size : sSize }
Scripting [ sSize = ] calendar.style.calOffMonthFontSize

Possible Values

sSize String that specifies or receives one of the following values.
absolute-size
Set of keywords that indicate predefined font sizes. Possible keywords include:[ xx-small | x-small | small | medium | large | x-large | xx-large ]. Named font sizes scale according to the user's font setting preferences.
relative-size
Set of keywords that are interpreted as relative to the font size of the parent object. Possible values include [ larger | smaller ].
length
Value expressed as an absolute measure (cm, mm, in, pt, pc, or px) or as a relative measure (em or ex).
percentage
Percentage value of the parent object's font size.

The property is read/write. The property has no default value. The Cascading Style Sheets (CSS) attribute is not inherited.

Remarks

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

Applies To

calendar