accordian autoheight

accordian autoheight


When I use this code (from the demo page) to generate an accordian:
<script type="text/javascript">
    $(function() {
        $("#accordion").accordion({
            autoHeight: false
        });
    });
    </script>
Any and all links inside the content disappear (when using IE7). This
doesn't happen in the first content box, but it happens in all
subsequent content boxes. Any ideas?