The slide menu content is defined in the html.
- The hasmore class indicates that there is a sub-menu. This is indicated with >>
- The entire menu block will size to the longest menu so that the longest menu will fit and fill the menu area neatly.
- When a menu slides into place, the top entry indicates the current sub-menu and provides the navigation back up a level as indicated with (<).
- A leaf entry has a link and will navigate to a new page when clicked.
- For IE6, the body class is modified by a javascript user agent sniffer for this example. Used for handling hover case, so no flashing would happen here. Normally, browser class would be set at the body tag to condition the page for the browser version.