Posted by robhyland on 17th February 2010

jQuery UI Accordion Issues in Internet Explorer 6

I really like jQuery UI, but I was having some issues with the accordion in IE6. It was hiding some of the content after I expanded a section. The content it was hiding was in a table, but in fiddling with the code it turns out that it was hiding random things in the div, not just the table.

I fixed the issue by setting ‘animated:false’ when I called the accordion. I actually used cgi.http_user_agent to sniff out the browser and if it is IE 6 I call the file with the animation disabled. Otherwise I call the original file.

    1 Response

  1. Celso Bessa says:

    Just great.

    I was having the same issue on IE7 and IE8 on an app and just changed this setting. Guess what: problem solved.

Post your comments