If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
When using the details HTML element it creates the accordion functionality by default. You should be able to replicate by using this structure (note you may need to alter the CSS to account for your specific layout):
Code:
<details open>
<summary>Miva Merchant</summary>
<p>At Miva, our mission is to empower independent sellers to control their destiny and thrive. We help businesses exceed their own expectations, sell their own way, and succeed on their own terms.</p>
</details>
Comment