jQuery UI - Accordion Display issues
- by Dave Kiss
My accordion is working properly, but I'm having a few CSS and JS issues that are prohibiting it from displaying correctly.
http://jsfiddle.net/frEWQ/
The JS is applying .ui-corners-all to the H3 before the "kwick" div below it has finished collapsing, giving an odd cut-off border during the animation
The margin-bottom applied to the "kwick" div to give spacing between each tab disappears when the tab is set to display:none, getting rid of the spacing... but I can't apply the margin-bottom to the header because it disconnects the header from the "kwick" div below it.
Any suggestions? Modification to the JS/CSS?
Thanks