Seite 6

home
 adaccord (1.03) // 2008-12-18 // < http://camelmed.at/projekte/adaccord/js/jquery.adaccord.js >

 REQUIRES jQuery 1.2+ < http://jquery.com/ >
 RECOMMENDED easing plugin < http://gsgd.co.uk/sandbox/jquery/easing/ >


 Copyright (c) 2008 Ante Damjanovicī
 Licensed under GPL and MIT licenses

 adaccord is an horizontal accordion navigation.

    example:

        jQuery().adaccord({
            siteid: 1,          // the element that is selected from beginning, 0 for nothing
            menuid: "topmenu",  // id of the UL element
            slideSpeed: 600,    // duration of animation
            maxWidth: 520,      // maximum width of one element
            borderWidth: 0,		// the border around the elements
            borderWidth: 0,		// the border-color
            fixedImage:1        // the content stys fix on the background
        });

 @param    settings  An object with configuration options
 @author   Ante Damjanovic 

 changelog
 1.0		2008-12-02
	first release
 1.0.1		2008-12-04
	minWidth is now calculated
 1.0.2		2008-12-05
	minor Bugfixes
 1.0.3		2008-12-18
	added some more Options
	borderWidth,borderColor - make a border on each element
	fixedImage - is this set to 1 then the image stays fix on the background