tab content DIVs outside the tabnavigation markup - how?

tab content DIVs outside the tabnavigation markup - how?


Hi all,
why seems it not possible to use a markup structure like this:
<div id="someid">
<div id="tabs">
<ul>
<li>...</li>...
</ul>
</div>
</div>
<div id="tabs-1">tabscontent</div>
<div id="tabs-2">etc</div>
If the "tabs-x"-DIVs are within the "someid"-DIV it works, but that's
not what I want.
Are there any possibilities to achieve that without hacking the UI JS-
file ?
Thanks in advance
Jug