Hmm this is a strange one. I've tried a few things, and at this point, my best guess is most likely you have unclosed DIV tags in the vicinity of the DIVs being expanded/contracted that's throwing IE off. If I define a new expandable content outside your page layout (ie: immediately following the BODY tag), the fade effect works in IE:
Code:
<a href="javascript:animatedcollapse.toggle('test')">Learn More»</a>
<div id="test">
sdfs sdf sdf<br />sdfs sdf sdf<br />sdfs sdf sdf<br />sdfs sdf sdf<br />sdfs sdf sdf<br />sdfs sdf sdf<br />sdfs sdf sdf<br />sdfs sdf sdf<br />sdfs sdf sdf<br />
</div>
Bookmarks