I don’t seem to run across many Joomla websites with different color menu items. I thought this would be a nice chalenge to figure out how to do it. As it turn out it was actually pretty simple with the extended menu module.
Once you get the module downloaded and installed you need to add some css to to your menus. I will assume that you already have the menus setup and working. Now to add a little css to diferentiate between the different menu items.
-
#menulink_1-suckerfish-horizontal, a.mainlevel-suckerfish-horizontal
-
{
-
background-color: transparent;
-
background-image: url(../images/first-tab-bg.gif);
-
background-repeat: no-repeat;
-
background-attachment: scroll;
-
background-x-position: left;
-
background-y-position: top;
-
}
Also you are going to need to make a change to your menu.ini to add the element_id. It should look something like
-
active_menu_class=1
-
class_sfx=-suckerfish-horizontal
-
expand_menu=1
-
element_id=1
I don’t currently have an example of the different menu colors, but I do have an example of a different menu shape at rcnovice. If you notice the home menu item has a small curve on the leading edge.
You can receive our articles for free on your email inbox, with more web design, template, CMS and blog tips.

You must log in to post a comment.