Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    May 2010
    Location
    Arkansas
    Posts
    33
    Plugin Contributions
    0

    Default Need help with Accordion Navigation Menu

    Hi, I have a site under construction, and we decided to use zen cart after the client had seen a concept of the site.

    Unfortunately, after about 3 days of constant searching, I can't figure out how to use a mootools accordion for the categories section.

    Any help would be great, here is the original concept of the site (without zen)

    www.bassfishingtackle101.com

    and here is a link to the zen version thus far

    www.oxbowcreations.com/zen

    Thanks!

  2. #2
    Join Date
    May 2010
    Location
    Arkansas
    Posts
    33
    Plugin Contributions
    0

    Default Re: Need help with Accordion Navigation Menu

    just an update, now the only problem i am having with it is that it gives me a js error

    toggler is undefined

    here is the relevant js, it is based on mootools

    Code:
    window.addEvent('domready', function(){
    
    	//create our Accordion instance
    	var myAccordion = new Accordion($('accordion'), 'h3.toggler', 'div.element', {
    		
    		opacity: false,
    		//display: -1,
    		alwaysHide: true,
    		onActive: function(toggler, element){
    			toggler.setStyle('color', '#ff6600');
    		},
    		onBackground: function(toggler, element){
    			toggler.setStyle('color', '#ff9900');
    		}
    	});
    
    		
    });
    thanks!

 

 

Similar Threads

  1. How to Apply an Accordion Menu to Categories?
    By bparker in forum General Questions
    Replies: 3
    Last Post: 18 Jun 2011, 07:53 PM
  2. Need help with Menu/categories
    By kburner in forum Basic Configuration
    Replies: 1
    Last Post: 17 Oct 2009, 11:32 PM
  3. Need Help with Background Image in Header Navigation
    By scottdev in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 4 Jun 2009, 07:28 PM
  4. Need help with Left Navigation problem
    By SalonRoyalty in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 21 Feb 2009, 01:10 AM
  5. need help with navigation menu
    By MadPricerSales in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Sep 2006, 07:25 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg