Accordion Content Issues
Accordion Content Issues
I have
<code>
$(function() {
$( "#Medal-accordion" ).accordion({
active: false,
collapsible: true,
heightStyle: "content"
});
});
</code>
but the height still shows as auto
Topic Participants
nukerviper13
jakecigar