Accordion jQuery UI
The page requires registration and login credentials but I can
attempt to re-sumarize or see if I can generate an open example at a
future date.
For demonstration say you have accordion running well and as
predicted but you are displaying several groups of large lists,
images, maps etc.
On the top div you have a map that takes up 90% of you page. At the
bottom of the page you see the <h3> name and div divider. If you
click on it, the accordion closes the top div and opens the next, as expected.
But now the next div is slightly lower than the first div and the
next <h3> name and div divider is not visible as the
image/display is as big as the first. You have to scroll down to see
the next <h3> name and divider. Now when you click on that one,
again you need to scroll down to see the next div.
If when you open a <h3> namespace div it could be positioned
at a specific spot in the display this would be fantastic. That way I
could position not only the displayed accordion div but also be able
to display the div namespace for both above and below the current
displayed namespace.
And that is what my question is, if I can not do this with
accordion, how else could I establish a relative anchor or positioning
location in an accordion div and them position the div where I want
to, after the accordion div has been opened?
The other option I suppose is to either make the images, maps etc
smaller which is not really practical or just not use accordion and
display individual pages that I can control the positioning but have a
less than optimized really cool interface to page or cycle through the data.
Thanks!
Michael