zAccordion Examples

There are a number of examples below. Each example shows the JavaScript needed to build the accordion. For HTML and CSS, please view the page source.

Example 10 - Another Advanced Example

The example above demonstrates a unique way to rotate featured content. Similar to other examples, it uses classes set with slideClass to create the effect above.

				$(document).ready(function() {
					$("#example10").zAccordion({
						width: 884,
						speed: 600,
						slideClass: "slider",
						slideWidth: 600,
						height: 400
					});
				});