Accordion doesn't seem to work in IE 7?

Howdy,

I am having some trouble getting an accordion to work in IE7 (v.7.0.6001.18000).

It is a very basic setup, with only the div’s needed to setup the accordion.

You can access the source here:
ianneubert.com/temp/activepdf/cui/

Here is what it looks like:


Any help would be appreciated.

Thanks in advance!

Hello,

try to replace in your code:

item = dhxAccord.addItem("encryption", "Encryption");

to

dhxAccord.addItem("encryption", "Encryption");

(i.e. remove “item=” from all cells).

Thank you that worked perfectly!