You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Thanks so much Marco for this jQuery plugin!
This is the best plugin for those who develop applications and website for responsive web design.
But I have an issue with the height.
Hi!
Thanks so much Marco for this jQuery plugin!
This is the best plugin for those who develop applications and website for responsive web design.
But I have an issue with the height.
I have many accordion with the same id:
<!-- Accordion 1 -->
<div id="accordion">
<ul>
<li>
<h1>Heading 1</h1>
<div></div>
</li>
<li>
<h1>Heading 2</h1>
<div></div>
</li>
</ul>
</div>
<!-- Accordion 2 -->
<div id="accordion">
<ul>
<li>
<h1>Heading 1</h1>
<div></div>
</li>
<li>
<h1>Heading 2</h1>
<div></div>
</li>
</ul>
</div>
each accordion has many lists
I can not use a fixed height because I have lists
I tried using height: auto:
and responsive:
but doesn't work, so i tried with css using:
and this worked well but only in Google Chrome.
how can I solve this issue?
Thank you!
The text was updated successfully, but these errors were encountered: