Inger wrote:
Sergio, in Bootstrap, in the 'Basic accordion Multi-expanded', you have three containers (one for each 'dropdown window') with the 2 class names '.collapse' and '.show'. Delete the '.show' from all three containers, and then the accordion will load with all closed, and you will be able to have them all open simultaneously.
I didn't check which framework you were using when I wrote the previous post.
Sergio, in Bootstrap, in the 'Basic accordion Multi-expanded', you have three containers (one for each 'dropdown window') with the 2 class names '.collapse' and '.show'. Delete the '.show' from all three containers, and then the accordion will load with all closed, and you will be able to have them all open simultaneously.
I didn't check which framework you were using when I wrote the previous post.
I see, so the problem is that I was using Bootstrap instead of Foundation.
You solution works Inger; thanks a lot!
BTW, is there any way in which I can increase the number of containers in the accordion ? I saw that in Foundation there is a parameter to determine how many elements you want, but I did not see that parameter in Bootstrap.
Thanks a lot!
Sergio