Share via


Navigation Pane Styles

The customizable style sheet file (CSS), navtree.css, indirectly defines the styles used within the navigation pane of Commerce Server Business Desk. It imports a file, navtree_css.asp, that contains a small amount of code that redirects to one of several other CSS files that define the actual styles used in the navigation pane. These latter files have names of the form "*_navtree.css". Two such files are included in Commerce Server 2002: default_navtree.css and hicont_navtree.css. The former defines the default navigation pane styles and the latter defines high contrast versions of the navigation panes styles that improve accessibility. New themes are created by creating additional files that conform to the naming scheme and that define the contained styles differently.

The navigation pane style definitions included both element styles and class styles. Element styles are those that apply to an element regardless of any class or id attribute settings on that element. Class styles are those that apply to one or more element types only if the class attribute has the particular value that is indicated. Often, the situations in which the styles apply are restricted according to some characteristic of a parent or grandparent element.

The remainder of this topic provides further detail about each of these style categories.

Element Styles

  • .bdcategory NOBR
    Defines style characteristics used when rendering text without line breaks in the category level of the navigation pane.
  • BODY
    Defines base style characteristics used when rendering the contents of the body element in the navigation pane.
  • .categoryhighlight NOBR
    Defines style characteristics used when rendering text without line breaks in a highlighted category level entry in the navigation pane.
  • .categoryhighlight NOBR SPAN
    Defines style characteristics used when rendering a span within text without line breaks in a highlighted category level entry in the navigation pane.
  • DIV.bdcs4 A
    Defines style characteristics used when rendering the anchor element with the link to www.microsoft.com in the navigation pane.
  • DIV.bdmenu UL
    Defines style characteristics used when rendering category-level unordered list elements within the navigation tree.
  • DIV.bdmenu UL DIV
    Defines style characteristics used when rendering DIV elements within the first-level unordered list elements within the navigation tree.
  • DIV.bdmenu UL UL
    Defines style characteristics used when rendering module-level unordered list elements within the navigation tree.
  • DIV.bdmenu UL UL DIV
    Defines style characteristics used when rendering DIV elements within the module-level unordered list elements within the navigation tree.
  • .expanded NOBR
    Defines style characteristics used when rendering text without line breaks within an expanded category in the navigation tree.
  • HTML
    Defines base style characteristics used when rendering any HTML in the navigation pane.

Class Styles

  • .bdDebug
    Defines style characteristics applied to debug text when debugging is enabled by setting the global variable SHOW_DEBUG_TEXT to True in the file Global.asa.
  • .bdmodule
    Defines style characteristics used when rendering a module entry in the navigation pane.
  • .collapsed SPAN.bdcollapseicon
    Defines style characteristics used when rendering the collapsed icon when a category is collapsed in the navigation pane.
  • .collapsed SPAN.bdexpandicon
    Defines style characteristics used to suppress rendering of the expanded icon when a category is collapsed in the navigation pane.
  • .collapsed UL.bdmodulelist
    Defines style characteristics used to suppress rendering of the corresponding modules when a category is collapsed in the navigation pane.
  • DIV.bdfooter
    Defines style characteristics used when rendering the footer area in the navigation pane, which contains the link to Microsoft.com
  • DIV.bdlogo
    Defines style characteristics used when rendering the logo area in the navigation pane, which contains the link to the About dialog box.
  • DIV.bdmenu
    Defines style characteristics used when rendering the DIV element that contains the entire navigation tree in the navigation pane.
  • DIV.bdscrollwindow
    Defines style characteristics used when rendering the scrollable window that contains the entire navigation tree.
  • .expanded
    Defines style characteristics used when rendering an expanded category in the navigation pane.
  • .expanded SPAN.bdcollapseicon
    Defines style characteristics used to suppress rendering of the collapsed icon when a category is expanded in the navigation pane.
  • .expanded SPAN.bdexpandicon
    Defines style characteristics used when rendering the expanded icon when a category is expanded in the navigation pane.
  • .expanded UL.bdmodulelist
    Defines style characteristics used when rendering the corresponding modules when a category is expanded in the navigation pane.
  • .modulehighlight
    Defines style characteristics used when rendering a module that has been highlighted in the navigation pane.
  • .moduleselect
    Defines style characteristics used when rendering a module that has been selected in the navigation pane.
  • .scrollbtn
    Defines style characteristics used when rendering a scroll button at the top or bottom of the navigation pane.

ID Styles

  • #bdhome
    Defines style characteristics used when rendering the home page link in the navigation pane.
  • #bdhome IMG
    Defines style characteristics used when rendering the home page link image in the navigation pane.
  • #bdhome.moduleselect
    Defines style characteristics used when rendering the home page link in the navigation pane when it is selected.

Copyright © 2005 Microsoft Corporation.
All rights reserved.