Siebel Content Publishing Guide > Microsite Management > About Configuring Microsite Management >

Configuring Menu Colors and Icons for Hierarchical Menus


You can edit the display colors, line spacing, and icons for hierarchical menu items. (See Figure 8.)

NOTE:  If you have end users who cannot view color indicators, please see Accessibility Guide for Siebel Business Applications.

Figure 8. Menu Levels
Click for full size image

To set colors and line spacing for hierarchical menu items

  1. Open the stylesheet your application is using (main.css or dccMain.css) to change colors and line spacing for hierarchical menu items.
  2. Edit the file as shown in the following table:
    To Change the Style for This Type of Menu Item...
    Edit This Line...
    In This Section of the File...

    Root-level, not selected

    TD.mmRootLevel TD { COLOR: Navy; HEIGHT: 20;}

    Root Level Menu Items

    Child-level, not selected

    TD.mmChildLevel TD { COLOR: Navy; HEIGHT: 20;}

    Child Level Menu Items

    Selected (any level)

    TD.mmSelected TD { COLOR: NAVY; HEIGHT: 20;}

    Menu Item currently selected

    For example, changing HEIGHT: 20 to LINE-HEIGHT: 0.8em tightens the line spacing to a fixed size.

    For more information about editing Siebel Web templates, see Configuring Siebel Business Applications.

To change the expand, collapse, and leaf icons for hierarchical menu items

  • Edit the graphics in the following files found in the images directory:
    • mm_expand.gif
    • mm_collapse.gif
    • mm_blank.gif

      For more information about images, see Configuring Siebel Business Applications.

Siebel Content Publishing Guide Copyright © 2006, Oracle. All rights reserved.