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

martysteer’s picture

I have this problem too.

4ud’s picture

Unfortunately I have this problem too. Any solutions now?

Anonymous’s picture

This fix worked for me:
http://drupal.org/node/467480#comment-2281532

Add CSS Injector rule:
#site-map .sitemap-menu ul.menu{
display:block;
}

hass’s picture

Version: 6.x-1.0 » 6.x-2.x-dev
Status: Active » Fixed

I believe this may has been solved or is at least solvable by the new theming in 2.x. Please give it a try.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.