I recently installed the site map module, and I am having issues with DHTML menus. I want the site map to include my main navigation which is a DHTML menu. I want all the menus to be expanded but the sitemap maintains the DHTML menu functionality.
Any suggestions?
Comments
Comment #1
martysteer commentedI have this problem too.
Comment #2
4ud commentedUnfortunately I have this problem too. Any solutions now?
Comment #3
Anonymous (not verified) commentedThis fix worked for me:
http://drupal.org/node/467480#comment-2281532
Add CSS Injector rule:
#site-map .sitemap-menu ul.menu{
display:block;
}
Comment #4
hass commentedI believe this may has been solved or is at least solvable by the new theming in 2.x. Please give it a try.