By Paintbox on
I have searched for hours, yet nowhere there is information on styling individual menu's in Drupal 6. I know how to do it in 5, but 6 changed.
I have a topmenu and a sidemenu, and I wish to style them differently. I would I go about this? There is no information on the theming page (using the .tpl.php system)
Any info would be very helpful. I also read that views2 might be an answer, any thoughts?
Thanks!
Comments
There will be specific ID's or classes
There will be specific ID or Class for every menus. You can apply the CSS to the particular ID or Class for the specific menu and you will get the result. For more information give yours site URL so that i can explain you easily.
Thank you for your reply! I
Thank you for your reply! I also found a solution. Someone pointed me to the really good nice-menus module, which does this and other things I wanted.