Drupal by default uses the theme_menu_tree function to apply the class "menu" to all menus throughout the site (except for primary and secondary menus which use a different function). When I did an override of the menu in
4.7 the parent menu as well as the sub menus were changed, but as of version 5 the only class that is changed is the class on the sub-menus.<br><br>I have been through the theme handbook several times, as well as searching the forums and the archives of this list for anyone having similar issues. I have a feeling that changing the class isn't something that is done very often, due to the fact that you can easily modify your css to hook into the correct "menu" class, unfortunately the javascript menu I am using (udm) isn't as flexible.
<br><br><br><br><div><span class="gmail_quote">On 5/3/07, <b class="gmail_sendername">Jason Flatt</b> <<a href="mailto:drupal@oadaeh.net">drupal@oadaeh.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Thursday May 3 2007 7:59 am, Mark Ferree wrote:<br>><br>> Two days later, and I still am only able to override the class and ids of<br>> the nested sub menus on my site, and not the top level.<br>><br><br>You might try using Firebug's inspect feature in Firefox to determine if you
<br>are overriding the correct classes and/or ids.<br><br>--<br>Jason Flatt<br><a href="http://www.oadaeh.net/">http://www.oadaeh.net/</a><br>Father of Six: <a href="http://www.flattfamily.com/">http://www.flattfamily.com/
</a> (Joseph, 13; Cramer, 11; Travis,<br>9; Angela; Harry, 5; and William, 12:04 am, 12-29-2005)<br>Linux User: <a href="http://www.kubuntu.org/">http://www.kubuntu.org/</a><br>Drupal Fanatic: <a href="http://drupal.org/">
http://drupal.org/</a><br>_______________________________________________<br>themes mailing list<br><a href="mailto:themes@drupal.org">themes@drupal.org</a><br><a href="http://lists.drupal.org/mailman/listinfo/themes">http://lists.drupal.org/mailman/listinfo/themes
</a><br></blockquote></div><br>