problem: doesn't open accordeon when I press the PLUS sign
js fails to work in my case
johnny () - 7 years ago - Reply 1
I have a problem with "Professional accordion" I built but when I click on it and goes back down immediately and does not allow me to view the contents of the "detail".
I work with Typo3 and bootstrap version 7.6.5.
Can anyone help me?
thank you in advance
Sylvie Rouche () - 8 years ago - Reply 1
Good design. but it has some problems for other ul inside detail class.. to solve change all the css to..
#integration-list ul -----------> ul.integration-list
and for HTML add the class to the UL...
<div id="integration-list"><ul> -------------> <div><ul class="integration-list">
with this only affects the li elements for the accordion, and not the content..
Henry Gabriel () - 9 years ago - Reply 0