Hello,
I am using Drupal 5.1 at Apache 1.3 webserver with MySql 4.1. I have a problem with theme internet_services-5.x-1.1 (can be download from http://drupal.org/project/Themes ).
If I am making a menu with submenus, the main menu will not expand after clicking it (nor firefox or IE are working). If I configure the main menu to be always expanded all links are correctly shown.
Interestingly the same expanding feature are well working at administration menu - no problems there.
I tryed to install DHTML module. After that expansion in firefox is working fine but IE is working but looking real crapy.
You can take a look at my site at
http://6211264.la02.neti.ee/
Seltsi ajalugu should expand after clicking it but it is not working.
Toetajad link is always expanded - it is working fine.
Any suggestions,
Thanks in advance, Tarmo
Comments
menus not expanding
In simple terms. No two menu headings can point to the same page (same path). Every menu item seems to need to point to its own page. Whenever I created a new menu item and made the path "node" or any other random thing it would take, the menu wouldn't expand. I just wanted to make the menu, I didn't care about the actual page it was attached to. I did notice that the other menu item also associated with that page was expanding.
When I started being a little more professional and created pages that mirrored the links in the menu, the creation of those new pages also expanded the new menu.
If you create menus (not associated with actual content). Create a page and use full html in the body to create links to the same content the menu points to.
Hope this helps someone.
seemed to work
I was getting stuck here as well...
making pages for EVERY menu item works, but I didn't want a page for the parent menu item - so I just tried
pointing the parent menu item (path) to the same path as its FIRST child item - this made it expand and auto select the first child, which was better for me.