[jQuery] Accordion-like functionality
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