Click to return to the DHTML, HTML     
cal--currentMonth-color A...     cal--currentMonth-font-si...     calendar Behavior    
Web Workshop  |  DHTML, HTML & CSS

cal--currentMonth-font-family Attribute | calCurrentMonthFontFamily Property


Sets or retrieves the name of the font used for the active month cells in the calendar behavior.

Syntax

XML<Prefix:CustomTag ID = sID STYLE="behavior:url('calendar.htc'); cal--currentMonth-font-family: sFamily;" .../>
HTML{ cal--currentMonth-font-family: [[family-name | generic-name ],]* [family-name | generic-name] }
Scripting[ sFamily = ] oCalendar.style.calCurrentMonthFontFamily

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.
family-nameString specifying any of the available font families supported by the browser (for example, Times, Helvetica, Zapf-Chancery, Western, or Courier).
generic-nameString specifying any of the following font families: serif, sans-serif, cursive, fantasy, or monospace.

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

Remarks

The cal--currentMonth-font-family 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.