Making the left vertical menu "accordian"

Hi I have been developing a site utilising this template.
The problem I’m haveing is that I have many product categories.
this isn creating an extremely long menu on the left hand side.
Is it possible to make this menu an accordian style menu?

Also on the 3rd level of the menu when you mouse over the menu gets red dots over it instead of changing to grey? Does this mean the image for this level is missing?
Thanks

2 answers

Profile photo of thangnn1510 0.00 $tone December 2, 2010
Public

Hi debjy!

Welcome to Joomlart. Hope you enjoy our products and services.

The solution for converting joomlart left navigation to accordion is posted here:

http://www.joomlart.com/forums/showt…ory-navigation

About the css red dot bug please simply remove this code (about line 6189) in skin/frontend/default/jm_deco/css/theme.css:

#ja-sidenav li li li a:hover,
#ja-sidenav li li li a:focus,
#ja-sidenav li li li a:active,
#ja-sidenav li.selected li li a:hover,
#ja-sidenav li.selected li li a:focus,
#ja-sidenav li.selected li li a:active,
#ja-sidenav li li.active li li a:hover,
#ja-sidenav li li.active li li a:focus,
#ja-sidenav li li.active li li a:active,
#ja-sidenav li li li.active a {
color: #e0e0e0;
background-image: url(../images/bullet1-hover.gif);
}

Hope this helps you.

#1

This question is now closed

Written By

Comments