Lets you easily add accordions into your posts and pages using the accordion shortcode
Here is some sample css to get you started. Another place to look for it would be the http://jqueryui.com/themeroller/, The shortcode used the jQuery UI to generate the accordion.
.ui-accordion-header{
margin:5px 0 0;
}
.ui-accordion-header a{
padding:5px 12px;
background: #CCC;
color:#FFF;
display:block;
}
.ui-accordion-header.ui-state-active a,
.ui-accordion-header a:hover{
background-color: #DDD;
}
.ui-accordion-content{
padding-top:10px;
}
Requires: 3.3 or higher
Compatible up to: 3.3.2
Last Updated: 2012-9-19
Downloads: 11,262
0 of 4 support threads in the last two months have been resolved.
Got something to say? Need help?