Zen Cart Logo
Forums / All Other Contributions/Addons / Horizontal menu that allows individual design on submenu, like Categories Dressing

Horizontal menu that allows individual design on submenu, like Categories Dressing

Locked

Views: 805

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
11 Feb 2010, 5:05 PM
#1
steveduncan avatar

steveduncan

New Zenner

Join Date:
Jan 2010
Posts:
52
Plugin Contributions:
0

Horizontal menu that allows individual design on submenu, like Categories Dressing

Hi all,

I am wondering whether or not the following module is available:

Horizontal menu that allows individual design on submenu? For example, I want to assign different colour for each menu. The default built-in one CANNOT support this function. :frusty:

Thank you in advance.

Regards

Steve

11 Feb 2010, 5:31 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Horizontal menu that allows individual design on submenu, like Categories Dressing

It shouldn't be too difficult to add a category-based class to elements in a horizontal menu. I don't know if any of the flyout/dropdown menu mods in Free Addons have this yet.

If you only need the basic categories-tabs function, you can style the links in different positions just using CSS adjacent selectors (like #navCatTabs li a {}, #navCatTabs li+li a {}, #navCatTabs li+li+li a {}...)

11 Feb 2010, 7:43 PM
#3
steveduncan avatar

steveduncan

New Zenner

Join Date:
Jan 2010
Posts:
52
Plugin Contributions:
0

Re: Horizontal menu that allows individual design on submenu, like Categories Dressing

gjh42:

It shouldn't be too difficult to add a category-based class to elements in a horizontal menu. I don't know if any of the flyout/dropdown menu mods in Free Addons have this yet.

If you only need the basic categories-tabs function, you can style the links in different positions just using CSS adjacent selectors (like #navCatTabs li a {}, #navCatTabs li+li a {}, #navCatTabs li+li+li a {}...)

Dear gjh42,

Yes. I modified the file of categories_tabs.php.

Thank you for your help. It seems like you are the only one running this forum. Because you helped me so often. :clap:

Regards

Steve