Accordion autoHeight in IE

Accordion autoHeight in IE


Hi, I'm trying to set the autoHeight value in Internet Explorer 7.0 to
false, but it seems, it doesn't work how expected.
My code - doesn't work in IE 7, works in Firefox 3, Chrome 1 and
Safari 3
$("#accordion").accordion({ header: "h3", autoHeight: false });
The "true" value works correctly.
Bye.