This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.
Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.
Before posting questions here you might want to review the developer documentation.
Hi,
By default the accordion is vertical, how do i get it to be horizontal? In other words I want it to "page" from left to right.
Thanks in advance
Regards,
Lynton
The Accordion included in the jQuery library doesn't seem to support a horizontal configuration, so you'd have to find a third party Accordion that suits your needs, create a control for it, and integrate it into a custom feature.
Jamie
Thanks Jamie
Any recommendations?
I've never tried any of them, and if I needed one I would start with some web searching to find one that met my needs. Maybe someone else here has used one and will tell you about it.
You will have to either find something that someone has already implemented or implement one yourself, this thread on stackoverflow has some ideas and a link about horizontal accordions.
thanks guys