We are providing HierMenus to you at no cost. HierMenus code requires a confirmed membership with internet.com. Please register by clicking here and come back soon to download your free copy of HeirMenus code.
Click Here to Register

Site Navigation
Bulletins
About
Documentation
FAQ
Samples
Known Issues
Technology Jobs

internet.commerce

Partner With Us














          
internet.com

IT
Developer
Internet News
Small Business
Personal Technology

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

 
HierMenusCentral Enhance the Functionality of Your Web Site with DHTML HierMenus.
    

home / documentation / reference / fontstyle

FontStyle

Description:
The style (italic, normal, oblique) for text that appears in menu items.

Value:
String, "", or JavaScript expression that returns a string/"".

Applies To:
Menu Items.

Browser Compatibility:
FontStyle is supported in all browsers, though not all browsers may recognize all possible CSS values (especially Netscape 4.x).

Comments:
FontStyle should be applied as a string, which means the value you supply should always be in quotes. Allowed values for FontStyle are the same as those allowed in the standard CSS font-style property (see the W3C Specs) and in fact, the value you supply is transferred as is to the JavaScript fontStyle property for each menu item.

Examples:
// Ok:
FontStyle:"italic",
FontStyle:"normal",
FontStyle:"",                  // use style sheet default
FontStyle:(window.emIt)?"italic":"normal", 
      // If the user defined var "emIt" is set, use italic

// Incorrect:
FontStyle:"underline",  // must be valid style identifier
FontStyle:italic,       // quotes required
FontStyle:'(HM_IE)?"normal":"italic"', // no quoted expressions
Default:
"normal"

See Also:
FontWeight, FontFamily, FontSize, FontColor, FontColorOver, FontColorSelected, Using Classes Mini-Tutorial

Internet.com
The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers

Created: 3/25/2004
Updated: 3/25/2004
URL: http://www.hiermenuscentral.com/documentation/reference/fontstyle.html