I believe your best bet would be a custom build solution. Most
accordions use floating divs but to overlay the headers without moving
them down you would need absolute positions. Shouldn't be too difficult
to create fom scratch ste...@braingia.org wrote: Hello, I'm trying to accomplish an accordion-like function, but instead of dropping down the section below, the content just lays over the other options.For example, take a look at the Accordion example here: http://jqueryui.com/themeroller/ Notice how when section 2 is clicked, section 1 rolls up. I'm trying to achieve something where with section 1 open, the user would need to click on section 1 to close it and then could select section 2 which would overlay its content below, rather than pushing section 3 down. Is there an option on accordion that I'm missing or can this be accomplished using another widget or plugin? Steve |
- [jQuery] Accordion-like functionality steves
- [jQuery] Re: Accordion-like functionality Charlie