Hi, I want to create a theme for Drupal 7 and now I have a problem with menus. I want to create a menu with submenus, but I cannot find a function or module or something else which will return or echo all menus with submenus. Please help me. Thank you.
You can try Dreamwaver because it has a very simple drop down menu or if you want you can learn Flash and create it yourself from zero but you must check some tutorials first.
This kind of functionality with menus is not built into Drupal, nor is it enabled with a module. It is usually coded into the theme with Javascript. Best advice I can give on this is to do a Google Search on "suckerfish menus" and implement some of the examples from the search results in your theme.
Thank you, but I know javascript well. I want to know how to get all menus with its child menus in Drupal 7. When I get all it I can create the menu I want by javascript.
OK. I couldn't tell from your post what you did and didn't know in this area. As for what you're trying to do, you might check out this post on drupal.org: http://drupal.org/node/1047386