sottwell Reply #1, 6 years, 3 months ago
Uses a modified version of DropMenu which is included in the package. Read the INSTALL.txt file for installation instructions.

Ah, I think I see what you mean...you want the submenus hidden until you are on that page, then you want the submenu for that page to show in a way that lets you know where you are. Try this in your css file:
#sideMenu li ul{ display:none; } #sideMenu li.here ul{ display:block; } #sideMenu li.here ul a{ color:#3f729f;
Adjust colors, backgrounds, etc to your liking.
