Submit your widget
116
Yays

Accordion Menu mit Slide-Effekt im Apple-Style CSS3

Views 19168   downloads 3912   Accordion

Step 1: Definieren der HTML-Struktur Das HTML-Grundgerüst dieses Accordion-Menüs behinhaltet drei fiktive Menüpunkte ( Brand, Promotion, Event ) verwendet, die interessierten CSS-Anwendern…

138
Yays

jQuery accordion Plugin

Views 13755   downloads 2871   Menu & Navigation

This plugin creates an accordion menu. It works with nested lists, definition lists, or just nested divs. Options are available to specify the structure, if necessary, the active element (to display at…

101
Yays

accordion effect using CSS3

Views 11903   downloads 2446   Accordion

The xhtml <dl> <dt><a href="#Section1">Section 1</a></dt> <dd id="Section1"> <p> Lorem ipsum dolor sit amet... </p> </dd> <dt><a href="#Section2">Section…

158
Yays

Kwicks accordion menu for jQuery

Views 27273   downloads 5447   Menu & Navigation

Default CSS Note that all of the examples on this page are using this as their default stylesheet /* defaults for all examples */ .kwicks { list-style: none; position: relative; margin: 0; padding: 0;…

108
Yays

Cross Browser Pure CSS3 Horizontal Accordion

Views 23743   downloads 3419   Accordion

You can add other CSS3 features like gradients, font-face, etc to enhance it further. Our accordion will degrade to an unordered list in IE6 (which will be completely untouched by our CSS). You can use…

151
Yays

multiple Javascript Accordions tabs

Views 20498   downloads 5982   Tabs

Javascript accordians have been used a lot in todays web design world. There are a lot of scripts we have seen and sure you too would have seen them. This is a great technique for integrating accordion-style…

121
Yays

Accordion Script With Multi-Level Support

Views 14745   downloads 3359   Accordion

This  accordion script is powerful and lightweight at only 1.2kb. It now includes multi-level support, the option to allow multiple panels to expand concurrently, and a hide/show all toggle. To initialize…

190
Yays

Elegant Accordion with jQuery and CSS3

Views 35947   downloads 7158   Accordion

We will create an elegant accordion for content. The idea is to have some vertical accordion tabs that slide out when hovering. We will add some CSS3 properties to enhance the looks. The Markup  …

95
Yays

jQuery accordion menu

Views 7647   downloads 1489   Accordion

Through the creation of a jQuery accordion menu. There is a little twist to this: the menu contains content. Instead of it being links to multiple pages, it is a choice of what content should appear.…

176
Yays

jQuery UI Accordion

Views 17157   downloads 4958   Accordion

  Make the selected elements Accordion widgets. Semantic requirements: The markup of your accordion container needs pairs of headers and content panels: <div id="accordion"> <h3><a…

97
Yays

Fast and Simple Toggle View Content with jQuery

Views 11187   downloads 3180   Accordion

This script is fairly straight forward. What it does is using the UL list and allow user to toggle to display the content of LI items. This is a really useful user interface feature that it helps designers…

113
Yays

Intelligent Accordion Effect(jQuery )

Views 11287   downloads 2537   Accordion

We’ve all seen the “accordion” type effect used on many Web 2.0 sites; however, many accordion scripts are heavy, make poor use of the libraries they are based on, and don’t handle…

157
Yays

jQuery-Horizontal Accordion

Views 23252   downloads 5094   Accordion

This jQuery plugin allows you to easily transform any unordered list into a horizontal menu. Currrent functionality: No dependencies Optional use of easing plugin Close and open content one after the…

155
Yays

Horizontal Accordion using the Tabs

Views 25903   downloads 4100   Accordion

HTML Coding Our HTML setup is similar to the basic accordion setup except that the "headers" are now images: <!-- accordion root --> <!-- 1st header and pane --> .. pane content .. <!--…

140
Yays

Customizing the Accordion effect

Views 18846   downloads 3643   Accordion

Adding a custom effect If you want to make custom effects, you'll use the $.tools.tabs.addEffect() method. The first argument is the effect name and the second argument is the function that performs the…