[jQuery] linking to areas within a page that uses "accordeon"

[jQuery] linking to areas within a page that uses "accordeon"


Hi,
I'm using both "accordeon" and "tab navigation" on a portal. Is ist
possible lo link to various areas of a page from within that page.
It does work from another document - sort of deep-linking into a
document - like this:
<a
href="http://localhost/templates/expansionspage.php#tabContent-03">
Go to div id="tabContent-03" and open expansion/accordeon accordingly
</a>
It does not work from within that page, say a link from within
#tabcontent-01 to #tabcontent-03:
<a href="tabContent-03">
From somewhere within div id="tabcontent-01": Go to div id="tabContent-03" and open expansion/accordeon accordingly
</a>
This is what an author would want to do while editing such a
document...
Any ideas?
Gacias,
Mike Schwoortz