Hi!
How are the second level tabs meant to use?
What I would like is another level of hierarchy:
* Intro
* Family
- Simple
- Medium
- Hard
* Appendix
Each of the above should have its own menu on the
left for navigation.
When in Family > Medium both tabs should be
highlighted (1st and 2nd level) so the users
knows where they are.
Thanks (details below)
Johannes
My tabs.xml looks this:
<tab id="home" label="Intro" dir="/" />
<tab id="family" label="Family" dir="fam/">
<tab id="simple" label="simple" dir="fam/simple"/>
<tab id="medium" label="medium" dir="fam/medium"/>
<tab id="hard" label="hard" dir="fam/hard" />
</tab>
<tab id="appendix" label="Appendix" dir="basiskomp"/>
BTW: I would have expected that dir="simple" is correct
but this points to "xdocs/simple".
My site.xml like this:
<about label="Family stuff" tab="home">
<index label="Home" href="index.html" />
</about>
<family label="Agree Familie" tab="family" href="family/">
<overview label="overview" href="index.html"/>
<simple label="simple" href="simple/" tab="simple" />
<medium label="medium" href="medium/" tab="medium" />
<hard label="hard" href="hard/" tab="hard"/>
</family>
<appendix label="appendix" tab="appendix" href="appendix/">
<overview label="Overview" href="index.html"/>
</appendix>
--
User Interface Design GmbH * Teinacher Str. 38 * D-71634
Ludwigsburg
Fon +49 (0)7141 377 000 * Fax +49 (0)7141 377 00-99
Geschäftsstelle: User Interface Design GmbH *
Lehrer-Götz-Weg 11 * D-81825 München
www.uidesign.de
Buch "User Interface Tuning" von Joachim Machate & Michael
Burmester
www.user-interface-tuning.de
Attraktivität von interaktiven Produkten messen mit
www.attrakdiff.de
|