Submit your widget
99
Yays

Cross Browser Pure CSS3 Horizontal Accordion

Views 23212   downloads 3189   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…

98
Yays

accordion effect using CSS3

Views 11491   downloads 2237   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…

98
Yays

Slidorion-auto play accordion image slider effect

Views 32334   downloads 6756   Accordion

A combination of an image slider and an accordion, the slidorion displays beautiful images along with a variable length description. With images linked to each tab, and accompanied by a large array of…

94
Yays

Popular JQuery Sliding Stack Images

Views 26056   downloads 5685   Accordion

A sliding door effect can be used what the site offer. All the images must have the same size, in both width and height, the hovered images will shows entirely, and the others will mostly hidden. HTML…

91
Yays

jQuery accordion menu

Views 7255   downloads 1291   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.…

90
Yays

mini accordion and news scroll ticker with jQuery

Views 22657   downloads 4989   Accordion

This widget-esq script is at once both a news ticker and a mini accordion. It takes a config file of data (headlines, image SRCs, URLs etc) and paginates your headlines into folds. It will optionally…

89
Yays

Fast and Simple Toggle View Content with jQuery

Views 10775   downloads 2984   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…

87
Yays

Vertical Accordion effect with jQuery

Views 69032   downloads 15413   Accordion

HTML Basic HTML for the accordion is as follows: <ul class="accordion"> <li> <h3>Handle 1</h3> <div class="panel"> … </div> </li> <li>…

79
Yays

Cool CSS3 and html5 3D Accordion

Views 37171   downloads 6915   Accordion

Try this out with Safari or Chrome. Accordion menus are very popular since Web 2.0 appeared with new widgets in order to enhance the usability of the sites. The Accordion widget is used to display one…

78
Yays

Pure CSS3 Content slide Accordion

Views 23644   downloads 4702   Accordion

This is a pure CSS3 content accordion based on the Futurico UI Pro by Vladimir Kudinov. This will work on all browsers and devices that support the :target selector. Step 1 – Basic HTML Markup Let’s…

71
Yays

Pure CSS3 Accordion Image effect

Views 26867   downloads 5224   Accordion

Fluent animated transitions for sliding web page elements such as a menu or an image gallery, have always traditionally been implemented with JavaScript. But using the CSS3 pseudo-class :target and the…

68
Yays

HTML5 and CSS3 accord effect

Views 34333   downloads 6505   Accordion

While reading more about HTML5 & CSS3 I just found an amazing css3 button styling. This time I wanted to do something which I was doing from past 2 years using JQuery. In this tutorial I am going…

57
Yays

jQuery Collapsible Content accordion plugin

Views 24404   downloads 5632   Accordion

Collapsible Content with JavaScript This plugin provides you an accessible and lightweight solution to a widely adopted interface pattern known as progressive disclosure Basic Usage <div id="demo"…

50
Yays

JQuery Slide accordion Toggle

Views 33294   downloads 5882   Accordion

we'll share a very common and easy jquery tutorial with you. A JQuery Slide Toggle function .slideToggle() function is used to hide or show matched elements in a sliding effect. So the basic syntax…

43
Yays

very cool Accordion effect

Views 17595   downloads 4787   Accordion

you're a beginner in JavaScript and CSS, it can be very helpful to study the included examples before you start implementing the Classic Accordion into your page. You can even use them as starting…