
dlo_itools
Staff

Sep 19, 2002, 10:56 AM
Post #1 of 3
(9866 views)
Shortcut
|
Tip: expand all menus
|
Can't Post
|
|
In DocBuilder 1.07, the navigation menu in the published pages is collapsible, and the menus are initially collapsed. To have all the menus initially shown as expanded, you can change one line in the doc_menu.html template. In the divOpen function, change the "none" in the document.write line to "inline":
Before: document.write("<div id='" +node+ "' style='display:none'>\n\n"); After : document.write("<div id='" +node+ "' style='display:inline>\n\n"); /Dave Lo
(This post was edited by Cliff on Feb 23, 2004, 3:58 PM)
|