I am having an issue with jQuery Accordion Control in IE7.
The accordion works fine until I add a background-color style to the containing element.
Does anyone have IE7 still that can figure out why this is a problem?
I created a jsFiddle to test the problem:
http://jsfiddle.net/SrQUM/10/
When I click one of the top accordions the animation is all screwed up. When I click one of the bottom accordions everything animates just fine. It basically looks like the second h3 doesn't move to the proper location when I expand one of the elements.
(I am using an accordion for each section because I want to be able to expand multiple items at once).