Posted by brei9000 on February 17, 2009 at 6:51pm
Jump to:
| Project: | Site map |
| Version: | 6.x-2.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
I have this problem too.
#2
Unfortunately I have this problem too. Any solutions now?
#3
This fix worked for me:
http://drupal.org/node/467480#comment-2281532
Add CSS Injector rule:
#site-map .sitemap-menu ul.menu{
display:block;
}
#4
I believe this may has been solved or is at least solvable by the new theming in 2.x. Please give it a try.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.