Hallo,
ich würde gerne auf meiner Website ein W3C Konformes FooterMenü für meine
Website erstellen. Dieses Menü soll wie eine Art Sitemap sein, in der jeder
Teilbaum meiner Website in einer Tabellenspalte steht. Mein Typoscript sieht
wie folgt aus:


        SITE_NAVIGATION < tt_content.menu.20.1
                SITE_NAVIGATION {
                        special.value.field >
                        special.value = 131
                        wrap = <table><tr>|</tr></table>
                        1.expAll = 1
                        1.noBlur = 1
                        1.NO.doNotLinkIt = 0
                        1.NO.wrapItemAndSub = <td><h4>|</h4></td>
                        1.NO.ATagTitle.field = description // title
                        1.NO.ATagTitle.wrap = |..
                        2 < .1
                        2.wrap =|
                        2.NO.doNotLinkIt = 0
                        2.NO.wrapItemAndSub =<h5>|</h5>
                        2.NO.ATagTitle.field = description // title
                        2.NO.ATagTitle.wrap = |..
                        3 < .2
                        3.wrap =|
                        3.NO.doNotLinkIt = 0
                        3.NO.wrapItemAndSub = <h6>|</h6>
                        3.NO.ATagTitle.field = description // title
                        3.NO.ATagTitle.wrap = |..
                        4 < .3
                        4.wrap =|
                        4.NO.doNotLinkIt = 0
                        4.NO.wrapItemAndSub = <h7>|</h7>
                        4.NO.ATagTitle.field = description // title
                        4.NO.ATagTitle.wrap = |..
                        5 < .4
                        6 < .4
                        7 < .4
                }

Aussehen tut es wie es soll, Problem ist nur, es ist nicht W3C konform, da
das h4 Tag erst am Ende geschlossen wird. Nehme ich das H4 Tag aus dem
WrapItemAndSub raus und mache es zu einem linkWrap, wird für jede Seite eine
eigene Spalte gemacht.

Vielleicht hat jemand ja eine Idee wie es gehen kann.

Grüße
Yves

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an