I am making this a community wiki, for three reasons:
Same problem as all in IE7 with well formed standard HTML markup. What finally worked was removing autoHeight: "false"
and using clearStyle: "true"
.
I also created an IE < 8 version of the accordion Initialization with:
if ( $.browser.msie && $.browser.version < 8 ) {
//ie<8 version
}
else {
//version for the good browsers
}